Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

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 d255918 commit caea939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -15,13 +15,13 @@ rust-version = "1.64"
indexmap = "2"
itoa = "1.0"
ryu = "1.0"
serde = "1.0.190"
serde = "1.0.194"
unsafe-libyaml = "0.2.10"

[dev-dependencies]
anyhow = "1.0"
anyhow = "1.0.79"
indoc = "2.0"
serde_derive = "1.0"
serde_derive = "1.0.194"

[lib]
doc-scrape-examples = false
Expand Down

0 comments on commit caea939

Please sign in to comment.