Skip to content

Commit

Permalink
Merge pull request #443 from icp1994/undep-libgit2
Browse files Browse the repository at this point in the history
Disable shadow-rs default features
  • Loading branch information
orf committed Apr 3, 2024
2 parents b1cec17 + a3709e7 commit b4cb39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 167 deletions.
165 changes: 0 additions & 165 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 gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ anyhow = "1.0.81"
dns-lookup = "2.0.0"
chrono = "0.4.35"
itertools = "0.12.1"
shadow-rs = "0.27.1"
shadow-rs = { version = "0.27.1", default_features = false }
const_format = "0.2.32"
clap = { version = "4.5.3", features = ["derive"] }

[build-dependencies]
shadow-rs = "0.27.1"
shadow-rs = { version = "0.27.1", default_features = false }

0 comments on commit b4cb39b

Please sign in to comment.