We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb3727 commit 0dc698aCopy full SHA for 0dc698a
Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
16
"**/ion-tests/iontestdata/**",
17
"*.pdf"
18
]
19
-version = "0.9.0"
+version = "0.10.0"
20
edition = "2021"
21
22
[workspace]
ion-hash/Cargo.toml
@@ -16,11 +16,11 @@ exclude = [
-version = "0.0.6"
+version = "0.0.7"
[dependencies]
23
-ion-rs = { path = "../", version = "0.9" }
+ion-rs = { path = "../", version = "0.10" }
24
ion-c-sys = { path = "../ion-c-sys", version = "0.4" }
25
num-bigint = "0.3"
26
digest = "0.9"
0 commit comments