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 15, 2025
1 parent 91d1c03 commit babeb5f
Show file tree
Hide file tree
Showing 13 changed files with 144 additions and 210 deletions.
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
Loading

0 comments on commit babeb5f

Please sign in to comment.