Skip to content

Commit

Permalink
chore: Update binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Jan 6, 2024
1 parent 0dd4f2d commit 13aa458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ insta = ["bin", "cargo-insta"]
llvm-cov = ["bin", "cargo-llvm-cov"]
nextest = ["bin", "cargo-nextest"]
watch = ["bin", "cargo-watch"]

[env]
BINSTALL_STRATEGIES = "crate-meta-data,compile"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cargo-husky = { version = "1.5.0", default-features = false, features = ["user-h
insta = { version = "1.31.0", features = ["yaml"] }

[package.metadata.bin]
cargo-binstall = { version = "1.4.6" }
cargo-binstall = { version = "1.4.9", git = "https://github.com/dustinblackman/cargo-binstall", rev = "dad2e072e71d4d371b67c26238b20cfbbaf1b571" }
cargo-cmd = { version = "0.3.1" }
cargo-deny = { version = "0.13.5" }
cargo-gha = { version = "1.0.0" }
Expand Down

0 comments on commit 13aa458

Please sign in to comment.