Skip to content

Commit

Permalink
- bump root to 0.9.0 from 0.8.0
Browse files Browse the repository at this point in the history
- bump core to 0.14.0 from 0.12.0
  • Loading branch information
WilkinsonK committed Jun 18, 2024
1 parent ef9dad5 commit 7baf477
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions xnat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oxinat"
description = "XNAT REST API client"
license = "BSD-3-Clause"
repository = "https://github.com/WilkinsonK/xapi-oxidized"
version = "0.8.0"
version = "0.9.0"
edition = "2021"

[lib]
Expand All @@ -17,7 +17,7 @@ core = []
derive = []

[dependencies]
oxinat_core = { path = "../xnat_core", version = "0.12.0" }
oxinat_core = { path = "../xnat_core", version = "0.14.0" }
oxinat_derive = { path = "../xnat_derive", version = "0.8.0" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xnat_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oxinat_core"
description = "oxinat xapi-oxidized core library"
license = "BSD-3-Clause"
repository = "https://github.com/WilkinsonK/xapi-oxidized"
version = "0.12.0"
version = "0.14.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7baf477

Please sign in to comment.