Skip to content

Commit

Permalink
Merge pull request #128 from axodotdev/bump_axoasset_gazenot
Browse files Browse the repository at this point in the history
chore: axoasset 0.10.1, gazenot 0.3.2
  • Loading branch information
mistydemeo committed Jun 12, 2024
2 parents fb2fd60 + eba6e5c commit 83b457c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 29 deletions.
36 changes: 10 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.5.7", features = ["derive"] }
miette = "7.2.0"

[dev-dependencies]
axoasset = { version = "0.9.3", default-features = false, features = [
axoasset = { version = "0.10.1", default-features = false, features = [
"compression", "compression-tar", "compression-zip"
] }
axoprocess = "0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions axoupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ blocking = ["tokio"]
github_releases = ["reqwest"]

[dependencies]
axoasset = { version = ">= 0.9.0, < 0.10.0", default-features = false, features = [
axoasset = { version = ">= 0.9.0, < 0.11.0", default-features = false, features = [
"json-serde",
] }
axoprocess = "0.2.0"
Expand All @@ -28,7 +28,7 @@ serde = "1.0.197"
tempfile = "3.10.1"

# axo releases
gazenot = { version = "0.3.1", features = ["client_lib"], optional = true }
gazenot = { version = "0.3.2", features = ["client_lib"], optional = true }

# github releases
reqwest = { version = ">=0.11.0", default-features = false, features = [
Expand Down

0 comments on commit 83b457c

Please sign in to comment.