diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 8e3c7c1..3ca36fb 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.7" +version = "0.3.8" 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 7836e5d..2d677f2 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.7" +version = "0.3.8" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"