From 8e0acccefbfa7a2f7819135d790d621509f39742 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:00:07 +0000 Subject: [PATCH] Update Rust crate rustversion to 1.0.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54a4b47..b3fb156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ quote = "1" syn = { version = "2", features = ["extra-traits", "derive"] } [dev-dependencies] -rustversion = "1.0.18" +rustversion = "1.0.19" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.133" trybuild = "1.0.101"