Skip to content

Commit

Permalink
bench: Use git rev for git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 3, 2025
1 parent c073da1 commit e1b19e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
[dev-dependencies]
auto_enums = { path = ".." }

criterion = { default-features = false, git = "https://github.com/taiki-e/criterion.rs.git", branch = "dev" } # reduce deps
criterion = { default-features = false, git = "https://github.com/taiki-e/criterion.rs.git", rev = "8617cd7" } # reduce deps
fastrand = "2"

[[bench]]
Expand Down

0 comments on commit e1b19e0

Please sign in to comment.