Skip to content

Commit 0dc698a

Browse files
authored
Version bumps: ion-rs to v0.10, ion-hash to v0.0.7 (#383)
1 parent cdb3727 commit 0dc698a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [
1616
"**/ion-tests/iontestdata/**",
1717
"*.pdf"
1818
]
19-
version = "0.9.0"
19+
version = "0.10.0"
2020
edition = "2021"
2121

2222
[workspace]

ion-hash/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ exclude = [
1616
"**/ion-tests/iontestdata/**",
1717
"*.pdf"
1818
]
19-
version = "0.0.6"
19+
version = "0.0.7"
2020
edition = "2021"
2121

2222
[dependencies]
23-
ion-rs = { path = "../", version = "0.9" }
23+
ion-rs = { path = "../", version = "0.10" }
2424
ion-c-sys = { path = "../ion-c-sys", version = "0.4" }
2525
num-bigint = "0.3"
2626
digest = "0.9"

0 commit comments

Comments
 (0)