Skip to content

Commit 6d97c05

Browse files
committed
Shows e-exprs inside container literals, delimited END
1 parent 00fbcdb commit 6d97c05

File tree

3 files changed

+339
-255
lines changed

3 files changed

+339
-255
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ flate2 = "1.0"
2121
infer = "0.15.0"
2222
# ion-rs version must be pinned because we are using experimental features
2323
# See https://github.com/amazon-ion/ion-cli/issues/155
24-
ion-rs = { version = "1.0.0-rc.10", features = ["experimental", "experimental-ion-hash"] }
24+
#ion-rs = { version = "1.0.0-rc.10", features = ["experimental", "experimental-ion-hash"] }
25+
ion-rs = { path = "../ion-rust", features = ["experimental", "experimental-ion-hash"] }
2526
tempfile = "3.2.0"
26-
ion-schema = "0.15.0"
27+
#ion-schema = "0.15.0"
28+
ion-schema = { path = "../ion-schema-rust/ion-schema" }
2729
lowcharts = "0.5.8"
2830
serde = { version = "1.0.163", features = ["derive"] }
2931
serde_json = { version = "1.0.81", features = ["arbitrary_precision", "preserve_order"] }

0 commit comments

Comments
 (0)