Skip to content

Commit

Permalink
use Cargo.* as source
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2024
1 parent e9b036e commit ee10dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run = "cargo clean"
[tasks.build]
alias = "b"
run = "cargo build --color always --all-features"
sources = ["src/**/*.rs"]
sources = ["Cargo.*", "src/**/*.rs"]
outputs = ["target/debug/mise"]

[tasks.test]
Expand Down

0 comments on commit ee10dba

Please sign in to comment.