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 b617188 commit 87914b1
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 @@ -16,7 +16,7 @@ default = ["std"]
std = []

[dependencies]
serde = { version = "1.0", optional = true, default-features = false }
serde = { version = "1.0.194", optional = true, default-features = false }

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

0 comments on commit 87914b1

Please sign in to comment.