Skip to content

Commit

Permalink
Pin ion-rs version to 1.0.0-rc.7; bump version to v0.7.1 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Oct 21, 2024
1 parent ecf10cd commit 55fd852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ion-cli"
version = "0.7.0"
version = "0.7.1"
authors = ["The Ion Team <[email protected]>"]
edition = "2021"
description = "Command line tool for working with the Ion data format."
Expand All @@ -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"
Expand Down

0 comments on commit 55fd852

Please sign in to comment.