From a6ae4713039afe987fdb65baadb62d12c85fc274 Mon Sep 17 00:00:00 2001 From: dorimedini-starkware Date: Tue, 9 Jul 2024 10:57:02 +0300 Subject: [PATCH] chore: bump version to RC (#294) Signed-off-by: Dori Medini --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f23f03d..d7047ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet_api" -version = "0.13.0-dev.9" +version = "0.13.0-rc.0" edition = "2021" repository = "https://github.com/starkware-libs/starknet-api" license = "Apache-2.0"