We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b821 commit 9089921Copy full SHA for 9089921
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+# 0.10.2
4
+
5
+## Rust
6
7
+This release re-enables `no_std` support for ProtoJSON `Serialize` and `Deserialize` instances,
8
+by swapping out `pbjson` for the `no_std`-compatible fork `informalsystems-pbjson`.
9
10
+## Full changes
11
12
+- feat(rust): enable no_std support for pbjson ([#158](https://github.com/cosmos/ics23/pull/146))
13
14
# 0.10.1
15
16
## Rust
rust/Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "ics23"
repository = "https://github.com/cosmos/ics23/tree/master/rust"
rust-version = "1.56.1"
-version = "0.10.1"
+version = "0.10.2"
[workspace]
members = ["codegen", "no-std-check"]
0 commit comments