Skip to content

Commit

Permalink
Update ion-schema dependency; bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Oct 28, 2024
1 parent a21602f commit c5fe72c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.8.0"
authors = ["The Ion Team <[email protected]>"]
edition = "2021"
description = "Command line tool for working with the Ion data format."
Expand All @@ -24,7 +24,7 @@ infer = "0.15.0"
# See https://github.com/amazon-ion/ion-cli/issues/155
ion-rs = { version = "=1.0.0-rc.8", features = ["experimental", "experimental-ion-hash"] }
tempfile = "3.2.0"
ion-schema = "0.14.0"
ion-schema = "0.14.1"
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 c5fe72c

Please sign in to comment.