Skip to content

Commit 31ac3c7

Browse files
authored
chore(rust): bump version to 0.11.0 (#205)
* chore(rust): bump version to 0.11.0 * chore: Add compatibility table to the README
1 parent 9a74bf4 commit 31ac3c7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# 0.10.3
3+
# 0.11.0
44

55
## Rust
66

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ live alongside the various merkle tree representations (eg. not in this reposito
5959
* [TypeScript](./js)
6060
* [Rust](./rust)
6161

62+
### Compatibility Table
63+
64+
| ICS 023 Spec | Go | Rust |
65+
|---------------|-------------------|---------------------|
66+
| 2019-08-25 | 0.9.x | 0.9.x |
67+
| 2019-08-25 | 0.10.x | 0.10.x, 0.11.x |
68+
6269
### Planned Support
6370

6471
* Solidity - [thanks to Mossid](https://github.com/cosmos/proofs/pull/12)

rust/Cargo.toml

+1-1
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.60"
10-
version = "0.10.3"
10+
version = "0.11.0"
1111

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

rust/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Unless you modify the protobuf file, you can ignore this step.
2828

2929
## MSRV
3030

31-
The minimum supported Rust version (MSRV) is 1.56.1.
31+
The minimum supported Rust version (MSRV) is 1.60.
3232

0 commit comments

Comments
 (0)