Skip to content

Commit

Permalink
Shows e-exprs inside container literals, delimited END
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Dec 19, 2024
1 parent 00fbcdb commit 6d97c05
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 255 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ 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 = { version = "1.0.0-rc.10", features = ["experimental", "experimental-ion-hash"] }
ion-rs = { path = "../ion-rust", features = ["experimental", "experimental-ion-hash"] }
tempfile = "3.2.0"
ion-schema = "0.15.0"
#ion-schema = "0.15.0"
ion-schema = { path = "../ion-schema-rust/ion-schema" }
lowcharts = "0.5.8"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = { version = "1.0.81", features = ["arbitrary_precision", "preserve_order"] }
Expand Down
Loading

0 comments on commit 6d97c05

Please sign in to comment.