Skip to content

Commit

Permalink
dep: Remove time-macro pinning
Browse files Browse the repository at this point in the history
The current nightly supports the latest time-macros (by a long time).
Not pinning again because more recent cargo versions can take care of
rust-version metadata in crates.
  • Loading branch information
chrysn committed Aug 28, 2024
1 parent 8712319 commit 828f21e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions c2rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ log = "0.4"
regex = "1.3"
shlex = "1.3"
c2rust-transpile = { version = "0.18.0", path = "../c2rust-transpile" }
# Required to avoid too-new version (dep of git-testament) which our rustc cannot compile
time-macros = "=0.2.6"
time-macros = "0.2.18"

[build-dependencies]
c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.18.0" }
Expand Down

0 comments on commit 828f21e

Please sign in to comment.