diff --git a/CHANGELOG.md b/CHANGELOG.md index f64adc79d..7297db6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v0.43.0 +## v0.43.1 *July 31, 2023* diff --git a/crates/ibc-derive/Cargo.toml b/crates/ibc-derive/Cargo.toml index aa18910e4..5463fc8bb 100644 --- a/crates/ibc-derive/Cargo.toml +++ b/crates/ibc-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-derive" -version = "0.1.0" +version = "0.2.0" license = "Apache-2.0" readme = "README.md" description = "Macros implementation of #[derive(ClientState)] and #[derive(ConsensusState)]" diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index 045999611..5fca810d1 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc" -version = "0.43.0" +version = "0.43.1" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -75,7 +75,7 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive" borsh = {version = "0.9.0", default-features = false, optional = true } parking_lot = { version = "0.12.1", default-features = false, optional = true } -ibc-derive = { version = "0.1.0", path = "../ibc-derive"} +ibc-derive = "0.2.0" schemars = { version = "0.8.12", optional = true }