diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 20574a7..e73abf4 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-alonzo" description = "Ledger primitives and cbor codec for the Alonzo era" -version = "0.3.2" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-blockfetch/Cargo.toml b/pallas-blockfetch/Cargo.toml index 63caa91..292259d 100644 --- a/pallas-blockfetch/Cargo.toml +++ b/pallas-blockfetch/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-blockfetch" description = "Implementation of the Ouroboros network blockfetch mini-protocol" -version = "0.3.2" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-chainsync/Cargo.toml b/pallas-chainsync/Cargo.toml index ec6b2c8..fa9aa8b 100644 --- a/pallas-chainsync/Cargo.toml +++ b/pallas-chainsync/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-chainsync" description = "Implementation of the Ouroboros network chainsync mini-protocol" -version = "0.3.1" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-handshake/Cargo.toml b/pallas-handshake/Cargo.toml index 1d93820..fedd577 100644 --- a/pallas-handshake/Cargo.toml +++ b/pallas-handshake/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-handshake" description = "Implementation of the Ouroboros network handshake mini-protocol" -version = "0.3.1" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-localstate/Cargo.toml b/pallas-localstate/Cargo.toml index 2cac9fc..1e3d08a 100644 --- a/pallas-localstate/Cargo.toml +++ b/pallas-localstate/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-localstate" description = "Implementation of the Ouroboros network local state query mini-protocol" -version = "0.3.1" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-machines/Cargo.toml b/pallas-machines/Cargo.toml index 940643b..5141212 100644 --- a/pallas-machines/Cargo.toml +++ b/pallas-machines/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-machines" description = "A framework for implementing state machines for Ouroboros network mini-protocols" -version = "0.3.1" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-multiplexer/Cargo.toml b/pallas-multiplexer/Cargo.toml index f5dc47a..7684ee7 100644 --- a/pallas-multiplexer/Cargo.toml +++ b/pallas-multiplexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-multiplexer" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" -version = "0.3.2" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-txsubmission/Cargo.toml b/pallas-txsubmission/Cargo.toml index e0087e9..22d501f 100644 --- a/pallas-txsubmission/Cargo.toml +++ b/pallas-txsubmission/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-txsubmission" description = "Implementation of the Ouroboros network txsubmission mini-protocol" -version = "0.3.1" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index e593a65..abfa45a 100644 --- a/pallas/Cargo.toml +++ b/pallas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas" description = "Rust-native building blocks for the Cardano blockchain ecosystem." -version = "0.3.1" +version = "0.3.3" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,11 +13,11 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } -pallas-handshake = { version = "0.3.0", path = "../pallas-handshake/" } -pallas-chainsync = { version = "0.3.0", path = "../pallas-chainsync/" } -pallas-blockfetch = { version = "0.3.0", path = "../pallas-blockfetch/" } -pallas-localstate = { version = "0.3.0", path = "../pallas-localstate/" } -pallas-txsubmission = { version = "0.3.0", path = "../pallas-txsubmission/" } -pallas-alonzo = { version = "0.3.0", path = "../pallas-alonzo/", features=["crypto"] } +pallas-multiplexer = { version = "0.3.3", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.3.3", path = "../pallas-machines/" } +pallas-handshake = { version = "0.3.3", path = "../pallas-handshake/" } +pallas-chainsync = { version = "0.3.3", path = "../pallas-chainsync/" } +pallas-blockfetch = { version = "0.3.3", path = "../pallas-blockfetch/" } +pallas-localstate = { version = "0.3.3", path = "../pallas-localstate/" } +pallas-txsubmission = { version = "0.3.3", path = "../pallas-txsubmission/" } +pallas-alonzo = { version = "0.3.3", path = "../pallas-alonzo/", features=["crypto"] }