From 80ce9abb6c5500eaf5ed15e42506f50cdcdc896a Mon Sep 17 00:00:00 2001 From: Gilad Chase Date: Wed, 13 Sep 2023 15:25:47 +0300 Subject: [PATCH] Release 0.5.0-rc1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 737a85ca..51118a79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet_api" -version = "0.5.0" +version = "0.5.0-rc1" edition = "2021" repository = "https://github.com/starkware-libs/starknet-api" license = "Apache-2.0"