From fb04c7fd2e3a5a029554ed981d40e8edf51de3bb Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Wed, 16 Feb 2022 21:32:53 +0100 Subject: [PATCH] Bump Rust to 0.7.0-rc --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cc5d3ab8..d809cf61 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -140,7 +140,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "ics23" -version = "0.6.7" +version = "0.7.0-rc" dependencies = [ "anyhow", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 613ee7fd..9c89d722 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ics23" -version = "0.6.7" +version = "0.7.0-rc" authors = ["Ethan Frey "] edition = "2018" exclude = ["codegen"]