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"