From 4515e39d10a9abaf276026595fab6a4efd939796 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Sun, 27 Feb 2022 14:17:43 +0100 Subject: [PATCH] Bump Rust version to 0.7.0 --- 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 d809cf61..1c465b99 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -140,7 +140,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "ics23" -version = "0.7.0-rc" +version = "0.7.0" dependencies = [ "anyhow", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9c89d722..089abaab 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ics23" -version = "0.7.0-rc" +version = "0.7.0" authors = ["Ethan Frey "] edition = "2018" exclude = ["codegen"]