Skip to content

Commit

Permalink
Upgrade ion-rs to rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Jan 9, 2025
1 parent f6853a5 commit 859e6c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ flate2 = "1.0"
infer = "0.15.0"
# ion-rs version must be pinned because we are using experimental features
# See https://github.com/amazon-ion/ion-cli/issues/155
#ion-rs = { version = "1.0.0-rc.10", features = ["experimental", "experimental-ion-hash"] }
ion-rs = { path = "../ion-rust", features = ["experimental", "experimental-ion-hash"] }
ion-rs = { version = "1.0.0-rc.11", features = ["experimental", "experimental-ion-hash"] }
tempfile = "3.2.0"
#ion-schema = "0.15.0"
ion-schema = { path = "../ion-schema-rust/ion-schema" }
ion-schema = "0.15.0"
lowcharts = "0.5.8"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = { version = "1.0.81", features = ["arbitrary_precision", "preserve_order"] }
Expand Down

0 comments on commit 859e6c9

Please sign in to comment.