From 091f239cd61e28bb97317679349dcefdad54f8d1 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 8 Aug 2022 15:50:19 +0200 Subject: [PATCH 1/2] Bump `ics23` crate to 0.8.1 --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 75016d55..729e7bfd 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ics23" -version = "0.8.0" +version = "0.8.1" authors = ["Ethan Frey "] edition = "2021" exclude = ["codegen", "no-std-check"] From f7deb72dfeb720c721cc7511649c43f6cdebbe98 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 8 Aug 2022 15:50:24 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daea6239..54fe95c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 0.8.1 + +## Rust ([`ics23`](https://crates.io/crates/ics23)) + +- Fix no\_std compatibility and add check for this on CI + ([#104](https://github.com/confio/ics23/pull/104)) + # 0.8.0 ## Rust ([`ics23`](https://crates.io/crates/ics23))