Skip to content

Commit

Permalink
Cleanup Boxed Variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jpschorr committed Jan 14, 2025
1 parent a725cb7 commit 0751b61
Show file tree
Hide file tree
Showing 15 changed files with 145 additions and 206 deletions.
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@ unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = [
"https://github.com/amazon-ion/ion-rust"
]

2 changes: 1 addition & 1 deletion extension/partiql-extension-ion-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ itertools = "0.13"
unicase = "2.7"
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }
ion-rs_old = { version = "0.18", package = "ion-rs" }
ion-rs = { version = "1.0.0-rc.10", features = ["experimental"] }
ion-rs = { version = "1.0.0-rc.11", features = ["experimental"] }
time = { version = "0.3", features = ["macros"] }
once_cell = "1"
regex = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion extension/partiql-extension-ion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ unicase = "2.7"
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }
rust_decimal_macros = "1.36"
ion-rs_old = { version = "0.18", package = "ion-rs" }
ion-rs = { version = "1.0.0-rc.10", features = ["experimental", "experimental-ion-hash", "sha2"], git = "https://github.com/amazon-ion/ion-rust" }
ion-rs = { version = "1.0.0-rc.11", features = ["experimental", "experimental-ion-hash", "sha2"] }

time = { version = "0.3", features = ["macros"] }
once_cell = "1"
Expand Down
Loading

0 comments on commit 0751b61

Please sign in to comment.