Skip to content

Commit

Permalink
chore: Update bin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman committed Jul 5, 2024
1 parent 02a968f commit 33a2c0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[alias]
binstall = ["bin", "cargo-binstall"]
cmd = ["bin", "cargo-cmd"]
deny = ["bin", "cargo-deny"]
gha = ["bin", "cargo-gha"]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.gha/
*.profraw
lcov.info
.idea/
15 changes: 7 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ 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.9", git = "https://github.com/dustinblackman/cargo-binstall", rev = "e51db613bfda636c253a0af43269275a4abee2c5" }
cargo-cmd = { version = "0.3.1" }
cargo-deny = { version = "0.13.5" }
cargo-gha = { version = "1.0.0" }
cargo-cmd = { version = "0.3.1", locked = true }
cargo-deny = { version = "0.13.5", locked = true }
cargo-gha = { version = "1.0.2", locked = true }
cargo-insta = { version = "1.31.0", locked = true }
cargo-llvm-cov = { version = "0.5.25" }
cargo-llvm-cov = { version = "0.5.25", locked = true }
cargo-nextest = { version = "0.9.57", locked = true }
cargo-watch = { version = "8.4.0" }
committed = { version = "1.0.20" }
git-cliff = { version = "1.3.1" }
cargo-watch = { version = "8.4.0", locked = true }
committed = { version = "1.0.20", locked = true }
git-cliff = { version = "1.3.1", locked = true }
# Just added for testing
dustinblackman-hello-world = { version = "0.2.1", git = "https://github.com/dustinblackman/rust-hello-world", bins = ["hello-world-first", "hello-world-second"] }

Expand Down

0 comments on commit 33a2c0f

Please sign in to comment.