Skip to content

Commit

Permalink
chore: fix the rust-version field in Cargo.toml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Jan 1, 2024
1 parent e30cf56 commit 23b2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["dev-experiance", "developer-experiance", "bin", "cache", "cli"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/dustinblackman/cargo-run-bin"
rust_version = "1.74.0"
rust-version = "1.74.0"
description = "Build, cache, and run binaries scoped in Cargo.toml rather than installing globally. This acts similarly to npm run and gomodrun, and allows your teams to always be running the same tooling versions."

[[bin]]
Expand Down

0 comments on commit 23b2f39

Please sign in to comment.