From 6321ebbaca0a17f314396fb3e5da82cc8f248a26 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 9 Mar 2023 16:59:37 +0000 Subject: [PATCH] Bump crates-io to 0.36.0 This was an overlook of https://github.com/rust-lang/cargo/pull/11600 --- crates/crates-io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index 29c9e4b6487a..004e2daff9e3 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.35.1" +version = "0.36.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo"