From d630c63d45bf2a98039ee15364af1717224e924a Mon Sep 17 00:00:00 2001 From: Jan Ciolek Date: Mon, 26 Aug 2024 14:21:44 +0000 Subject: [PATCH] Bump crates to 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 049f61876b2..157b219f4a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" # anything to the list of stable crates. # Only bump 0.x.* to 0.(x+1).0 on any nearcore release as nearcore does not guarantee # semver compatibility. i.e. api can change without a protocol upgrade. -version = "0.25.0" +version = "0.26.0" exclude = ["neard"] [workspace]