Skip to content

Commit

Permalink
chore(rust): bump version to 0.11.0 (#205)
Browse files Browse the repository at this point in the history
* chore(rust): bump version to 0.11.0

* chore: Add compatibility table to the README
  • Loading branch information
romac committed Oct 4, 2023
1 parent 9a74bf4 commit 31ac3c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# 0.10.3
# 0.11.0

## Rust

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ live alongside the various merkle tree representations (eg. not in this reposito
* [TypeScript](./js)
* [Rust](./rust)

### Compatibility Table

| ICS 023 Spec | Go | Rust |
|---------------|-------------------|---------------------|
| 2019-08-25 | 0.9.x | 0.9.x |
| 2019-08-25 | 0.10.x | 0.10.x, 0.11.x |

### Planned Support

* Solidity - [thanks to Mossid](https://github.com/cosmos/proofs/pull/12)
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "ics23"
repository = "https://github.com/cosmos/ics23/tree/master/rust"
rust-version = "1.60"
version = "0.10.3"
version = "0.11.0"

[workspace]
members = ["codegen", "no-std-check"]
Expand Down
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Unless you modify the protobuf file, you can ignore this step.

## MSRV

The minimum supported Rust version (MSRV) is 1.56.1.
The minimum supported Rust version (MSRV) is 1.60.

0 comments on commit 31ac3c7

Please sign in to comment.