diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0e14cc7..18a4c1e 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1757,7 +1757,7 @@ dependencies = [ [[package]] name = "sidan-csl-rs" -version = "0.3.10" +version = "0.3.11" dependencies = [ "async-trait", "cardano-serialization-lib", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a89ce6a..67c20d1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sidan-csl-rs" -version = "0.3.10" +version = "0.3.11" edition = "2021" license = "MIT" description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"