Skip to content

Commit

Permalink
Version bumps: ion-rs to v0.10, ion-hash to v0.0.7 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton authored May 17, 2022
1 parent cdb3727 commit 0dc698a
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.9.0"
version = "0.10.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.6"
version = "0.0.7"
edition = "2021"

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

0 comments on commit 0dc698a

Please sign in to comment.