From 87914b14dc19cc64f4428d78973fbfb7431a93f1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Jan 2024 09:37:55 -0800 Subject: [PATCH] Pull in proc-macro2 sccache fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cb3465d..215aeac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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