Skip to content

Commit

Permalink
bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WilkinsonK committed Jun 14, 2024
1 parent a2fdc9f commit 95ee721
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.7.0"
version = "0.8.0"
edition = "2021"

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

[dependencies]
oxinat_core = { path = "../xnat_core", version = "0.10.0" }
oxinat_core = { path = "../xnat_core", version = "0.12.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.10.0"
version = "0.12.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 95ee721

Please sign in to comment.