From 28149febf50c98901c4b9e60cf9bd6296e4da176 Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Mon, 21 Oct 2024 12:47:59 -0700 Subject: [PATCH] Pin ion-rs version to 1.0.0-rc.7; bump version to v0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bb0efb..637a0e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ dependencies = [ [[package]] name = "ion-cli" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 5b499f9..06b88a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ion-cli" -version = "0.7.0" +version = "0.7.1" authors = ["The Ion Team "] edition = "2021" description = "Command line tool for working with the Ion data format." @@ -20,7 +20,7 @@ sha2 = "0.9" sha3 = "0.9" flate2 = "1.0" infer = "0.15.0" -ion-rs = { version = "1.0.0-rc.7", features = ["experimental", "experimental-ion-hash"] } +ion-rs = { version = "=1.0.0-rc.7", features = ["experimental", "experimental-ion-hash"] } tempfile = "3.2.0" ion-schema = "0.10.0" lowcharts = "0.5.8"