-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
Showing
8 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "pallas-addresses" | ||
description = "Ergonomic library to work with different Cardano addresses" | ||
version = "0.18.2" | ||
version = "0.18.3" | ||
edition = "2021" | ||
repository = "https://github.com/txpipe/pallas" | ||
homepage = "https://github.com/txpipe/pallas" | ||
|
@@ -12,8 +12,8 @@ authors = ["Santiago Carmuega <[email protected]>"] | |
|
||
[dependencies] | ||
hex = "0.4.3" | ||
pallas-crypto = { version = "=0.18.2", path = "../pallas-crypto" } | ||
pallas-codec = { version = "=0.18.2", path = "../pallas-codec" } | ||
pallas-crypto = { version = "=0.18.3", path = "../pallas-crypto" } | ||
pallas-codec = { version = "=0.18.3", path = "../pallas-codec" } | ||
base58 = "0.2.0" | ||
bech32 = "0.9.1" | ||
thiserror = "1.0.31" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "pallas-miniprotocols" | ||
description = "Implementation of the Ouroboros network mini-protocols state-machines" | ||
version = "0.18.2" | ||
version = "0.18.3" | ||
edition = "2021" | ||
repository = "https://github.com/txpipe/pallas" | ||
homepage = "https://github.com/txpipe/pallas" | ||
|
@@ -11,8 +11,8 @@ readme = "README.md" | |
authors = ["Santiago Carmuega <[email protected]>"] | ||
|
||
[dependencies] | ||
pallas-codec = { version = "=0.18.2", path = "../pallas-codec/" } | ||
pallas-multiplexer = { version = "=0.18.2", path = "../pallas-multiplexer/" } | ||
pallas-codec = { version = "=0.18.3", path = "../pallas-codec/" } | ||
pallas-multiplexer = { version = "=0.18.3", path = "../pallas-multiplexer/" } | ||
hex = "0.4.3" | ||
itertools = "0.10.3" | ||
thiserror = "1.0.31" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "pallas-multiplexer" | ||
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" | ||
version = "0.18.2" | ||
version = "0.18.3" | ||
edition = "2021" | ||
repository = "https://github.com/txpipe/pallas" | ||
homepage = "https://github.com/txpipe/pallas" | ||
|
@@ -11,7 +11,7 @@ readme = "README.md" | |
authors = ["Santiago Carmuega <[email protected]>"] | ||
|
||
[dependencies] | ||
pallas-codec = { version = "=0.18.2", path = "../pallas-codec/" } | ||
pallas-codec = { version = "=0.18.3", path = "../pallas-codec/" } | ||
log = "0.4.14" | ||
byteorder = "1.4.3" | ||
hex = "0.4.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "pallas-traverse" | ||
description = "Utilities to traverse over multi-era block data" | ||
version = "0.18.2" | ||
version = "0.18.3" | ||
edition = "2021" | ||
repository = "https://github.com/txpipe/pallas" | ||
homepage = "https://github.com/txpipe/pallas" | ||
|
@@ -11,10 +11,10 @@ readme = "README.md" | |
authors = ["Santiago Carmuega <[email protected]>"] | ||
|
||
[dependencies] | ||
pallas-primitives = { version = "=0.18.2", path = "../pallas-primitives" } | ||
pallas-addresses = { version = "=0.18.2", path = "../pallas-addresses" } | ||
pallas-crypto = { version = "=0.18.2", path = "../pallas-crypto" } | ||
pallas-codec = { version = "=0.18.2", path = "../pallas-codec" } | ||
pallas-primitives = { version = "=0.18.3", path = "../pallas-primitives" } | ||
pallas-addresses = { version = "=0.18.3", path = "../pallas-addresses" } | ||
pallas-crypto = { version = "=0.18.3", path = "../pallas-crypto" } | ||
pallas-codec = { version = "=0.18.3", path = "../pallas-codec" } | ||
hex = "0.4.3" | ||
thiserror = "1.0.31" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "pallas" | ||
description = "Rust-native building blocks for the Cardano blockchain ecosystem." | ||
version = "0.18.2" | ||
version = "0.18.3" | ||
edition = "2021" | ||
repository = "https://github.com/txpipe/pallas" | ||
homepage = "https://github.com/txpipe/pallas" | ||
|
@@ -11,10 +11,10 @@ readme = "../README.md" | |
authors = ["Santiago Carmuega <[email protected]>"] | ||
|
||
[dependencies] | ||
pallas-multiplexer = { version = "=0.18.2", path = "../pallas-multiplexer/" } | ||
pallas-miniprotocols = { version = "=0.18.2", path = "../pallas-miniprotocols/" } | ||
pallas-primitives = { version = "=0.18.2", path = "../pallas-primitives/" } | ||
pallas-traverse = { version = "=0.18.2", path = "../pallas-traverse/" } | ||
pallas-addresses = { version = "=0.18.2", path = "../pallas-addresses/" } | ||
pallas-crypto = { version = "=0.18.2", path = "../pallas-crypto/" } | ||
pallas-codec = { version = "=0.18.2", path = "../pallas-codec/" } | ||
pallas-multiplexer = { version = "=0.18.3", path = "../pallas-multiplexer/" } | ||
pallas-miniprotocols = { version = "=0.18.3", path = "../pallas-miniprotocols/" } | ||
pallas-primitives = { version = "=0.18.3", path = "../pallas-primitives/" } | ||
pallas-traverse = { version = "=0.18.3", path = "../pallas-traverse/" } | ||
pallas-addresses = { version = "=0.18.3", path = "../pallas-addresses/" } | ||
pallas-crypto = { version = "=0.18.3", path = "../pallas-crypto/" } | ||
pallas-codec = { version = "=0.18.3", path = "../pallas-codec/" } |