diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index da9ae05..973c1d4 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-alonzo" description = "Ledger primitives and cbor codec for the Alonzo era" -version = "0.2.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-alonzo/0.1.0/pallas_alonzo/" +documentation = "https://docs.rs/pallas-alonzo" license = "Apache-2.0" readme = "README.md" authors = [ diff --git a/pallas-blockfetch/Cargo.toml b/pallas-blockfetch/Cargo.toml index c719918..3a11013 100644 --- a/pallas-blockfetch/Cargo.toml +++ b/pallas-blockfetch/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-blockfetch" description = "Implementation of the Ouroboros network blockfetch mini-protocol" -version = "0.1.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-blockfetch/0.1.0/pallas_blockfetch/" +documentation = "https://docs.rs/pallas-blockfetch" license = "Apache-2.0" readme = "README.md" authors = [ @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } minicbor = { version="0.11.4", features=["half", "std"] } log = "0.4.14" diff --git a/pallas-chainsync/Cargo.toml b/pallas-chainsync/Cargo.toml index bb6e7ae..8b14296 100644 --- a/pallas-chainsync/Cargo.toml +++ b/pallas-chainsync/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-chainsync" description = "Implementation of the Ouroboros network chainsync mini-protocol" -version = "0.1.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-chainsync/0.1.0/pallas_chainsync/" +documentation = "https://docs.rs/pallas-chainsync" license = "Apache-2.0" readme = "README.md" authors = [ @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } minicbor = { version="0.11.4", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-handshake/Cargo.toml b/pallas-handshake/Cargo.toml index a3dcc44..96f9d9d 100644 --- a/pallas-handshake/Cargo.toml +++ b/pallas-handshake/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-handshake" description = "Implementation of the Ouroboros network handshake mini-protocol" -version = "0.1.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-handshake/0.1.0/pallas_handshake/" +documentation = "https://docs.rs/pallas-handshake" license = "Apache-2.0" readme = "README.md" authors = [ @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } minicbor = { version="0.11.4", features=["half", "std"] } itertools = "0.10.1" log = "0.4.14" diff --git a/pallas-localstate/Cargo.toml b/pallas-localstate/Cargo.toml index e7f362d..2435c80 100644 --- a/pallas-localstate/Cargo.toml +++ b/pallas-localstate/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-localstate" description = "Implementation of the Ouroboros network local state query mini-protocol" -version = "0.1.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-localstate/0.1.0/pallas_localstate/" +documentation = "https://docs.rs/pallas-localstate" license = "Apache-2.0" readme = "README.md" authors = [ @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } minicbor = { version="0.11.4", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-machines/Cargo.toml b/pallas-machines/Cargo.toml index da4d4e0..8f78ebd 100644 --- a/pallas-machines/Cargo.toml +++ b/pallas-machines/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-machines" description = "A framework for implementing state machines for Ouroboros network mini-protocols" -version = "0.1.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-machines/0.1.0/pallas_machines/" +documentation = "https://docs.rs/pallas-machines" license = "Apache-2.0" readme = "README.md" authors = [ @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } +pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } minicbor = { version="0.11.4", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-multiplexer/Cargo.toml b/pallas-multiplexer/Cargo.toml index ddfd34e..d21c284 100644 --- a/pallas-multiplexer/Cargo.toml +++ b/pallas-multiplexer/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-multiplexer" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" -version = "0.1.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-multiplexer/0.1.0/pallas_multiplexer/" +documentation = "https://docs.rs/pallas-multiplexer" license = "Apache-2.0" readme = "README.md" authors = [ diff --git a/pallas-txsubmission/Cargo.toml b/pallas-txsubmission/Cargo.toml index ebed938..d15c78d 100644 --- a/pallas-txsubmission/Cargo.toml +++ b/pallas-txsubmission/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas-txsubmission" description = "Implementation of the Ouroboros network txsubmission mini-protocol" -version = "0.1.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas-txsubmission/0.1.0/pallas_txsubmission/" +documentation = "https://docs.rs/pallas-txsubmission" license = "Apache-2.0" readme = "README.md" authors = [ @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } minicbor = { version="0.11.4", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index fedd742..b70f461 100644 --- a/pallas/Cargo.toml +++ b/pallas/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallas" description = "Rust-native building blocks for the Cardano blockchain ecosystem." -version = "0.2.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" -documentation = "https://docs.rs/pallas/0.1.0/pallas/" +documentation = "https://docs.rs/pallas" license = "Apache-2.0" readme = "../README.md" authors = [ @@ -13,11 +13,11 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.1.0", path = "../pallas-machines/" } -pallas-handshake = { version = "0.1.0", path = "../pallas-handshake/" } -pallas-chainsync = { version = "0.1.0", path = "../pallas-chainsync/" } -pallas-blockfetch = { version = "0.1.0", path = "../pallas-blockfetch/" } -pallas-localstate = { version = "0.1.0", path = "../pallas-localstate/" } -pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" } -pallas-alonzo = { version = "0.2.1", path = "../pallas-alonzo/", features=["crypto"] } \ No newline at end of file +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"] }