From 2e131895399367fe45f08085a6290ba5b9741a4b Mon Sep 17 00:00:00 2001 From: Ekleog-NEAR <96595974+Ekleog-NEAR@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:40:38 +0100 Subject: [PATCH] bump shared crates version to 0.18, as released on the 1.36.1 branch (#10336) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6e0d1610fa..a4cec2e43eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" # Most crates are not stable on purpose, as maintaining API compatibility is a # significant developer time expense. Please think thoroughly before adding # anything to the list of stable crates. -version = "0.17.0" +version = "0.18.0" exclude = ["neard"] [workspace]