Skip to content

Commit

Permalink
Merge pull request #12 from thinkgos/dependabot/cargo/shadow-rs-0.25.0
Browse files Browse the repository at this point in the history
build(deps): bump shadow-rs from 0.24.1 to 0.25.0
  • Loading branch information
thinkgos authored Dec 9, 2023
2 parents 77a8e4b + 10369d3 commit bae8201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/main.rs"

[build-dependencies]
version_check = "0.9"
shadow-rs = "0.24"
shadow-rs = "0.25"

[dependencies]
goup-consts = {path = "./goup-consts", version = "0.2.5"}
Expand All @@ -39,7 +39,7 @@ which = "5.0"
prettytable-rs = "0.10"
dialoguer = "0.11"
self_update = {version = "0.39", default-features = false, features = ["rustls", "compression-flate2", "compression-zip-deflate"]}
shadow-rs = "0.24"
shadow-rs = "0.25"

[profile.dev.package."*"]
opt-level = 3
Expand Down

0 comments on commit bae8201

Please sign in to comment.