Skip to content

Commit

Permalink
fix built issue as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed May 24, 2024
1 parent 0d059bf commit 5a23288
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 @@ -82,7 +82,7 @@ serial_test = "0.9.0"
tempfile = "3.3.0"

[build-dependencies]
built = "0.5.1"
built = { version = "~0.7.3", default-features = false, features = ["chrono", "git2", "semver"] }

[[bench]]
name = "bench_misc"
Expand Down

0 comments on commit 5a23288

Please sign in to comment.