Skip to content

Commit

Permalink
Pull in proc-macro2 sccache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 2, 2024
1 parent a6cbfe8 commit e0c4c0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ rust-version = "1.56"
diff = ["dissimilar"]

[dependencies]
basic-toml = "0.1"
basic-toml = "0.1.8"
dissimilar = { version = "1.0", optional = true }
glob = "0.3"
once_cell = "1.9"
serde = "1.0.166"
serde_derive = "1.0.166"
serde_json = "1.0.99"
serde = "1.0.194"
serde_derive = "1.0.194"
serde_json = "1.0.110"
termcolor = "1.0.4"

[dev-dependencies]
Expand Down

0 comments on commit e0c4c0d

Please sign in to comment.