From dc7b83c03529c6e9b432c649414aa9c79580df30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Chuda=C5=9B?= <18039094+staffik@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:33:24 +0100 Subject: [PATCH] update crates version (#12596) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba889ee988a..54bf0ea12c8 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.20.1" +version = "0.28.0" exclude = ["neard"] [workspace]