Skip to content

Commit

Permalink
Updates and version bumps for ion-rust et al (#342)
Browse files Browse the repository at this point in the history
* ion-rust bumped to v0.7.0
* ion-c-sys bumped to v0.4.12
* ion-c-sys/ion-c submodule updated
* ion-hash bumped to v0.0.4
* ion-tests submodule updated
  • Loading branch information
zslayton authored Dec 9, 2021
1 parent 480e4e1 commit b9603d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6.0"
version = "0.7.0"
edition = "2018"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion ion-c-sys/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.4.11"
version = "0.4.12"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ion-c-sys/ion-c
Submodule ion-c updated from 799c4d to a4c50c
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.3"
version = "0.0.4"
edition = "2018"

[dependencies]
ion-rs = { path = "../", version = "0.6" }
ion-rs = { path = "../", version = "0.7" }
ion-c-sys = { path = "../ion-c-sys", version = "0.4" }
num-bigint = "0.3"
digest = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion ion-tests

0 comments on commit b9603d8

Please sign in to comment.