Skip to content

Commit

Permalink
Version bump: ion-rs v0.11.0, ion-hash v0.0.8 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton authored May 28, 2022
1 parent 06e47f0 commit 57accbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
"**/ion-tests/iontestdata/**",
"*.pdf"
]
version = "0.10.0"
version = "0.11.0"
edition = "2021"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions ion-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ exclude = [
"**/ion-tests/iontestdata/**",
"*.pdf"
]
version = "0.0.7"
version = "0.0.8"
edition = "2021"

[dependencies]
ion-rs = { path = "../", version = "0.10", features = ["ion_c"]}
ion-rs = { path = "../", version = "0.11", features = ["ion_c"]}
ion-c-sys = { path = "../ion-c-sys", version = "0.4" }
num-bigint = "0.3"
digest = "0.9"
Expand Down

0 comments on commit 57accbe

Please sign in to comment.