Skip to content

Commit

Permalink
Version bump to v0.9.0, update ion-hash dep (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton authored May 2, 2022
1 parent 9fb9177 commit 1b8cb98
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.8.0"
version = "0.9.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.5"
version = "0.0.6"
edition = "2021"

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

0 comments on commit 1b8cb98

Please sign in to comment.