Skip to content

Commit 9089921

Browse files
authored
chore: prepare release of version 0.10.2 of the Rust crate (#160)
* Update changelog * Bump Rust crate version to v0.10.2
1 parent 864b821 commit 9089921

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
# 0.10.1
415

516
## Rust

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "ics23"
88
repository = "https://github.com/cosmos/ics23/tree/master/rust"
99
rust-version = "1.56.1"
10-
version = "0.10.1"
10+
version = "0.10.2"
1111

1212
[workspace]
1313
members = ["codegen", "no-std-check"]

0 commit comments

Comments
 (0)