From 05c7565d60d67f1a5308f29491a237c07f836e9e Mon Sep 17 00:00:00 2001 From: "Lucas @ StarkWare" <70894690+LucasLvy@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:13:10 +0100 Subject: [PATCH] bump version (#31) --- crates/starknet-types-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/starknet-types-core/Cargo.toml b/crates/starknet-types-core/Cargo.toml index 23c9853..612e168 100644 --- a/crates/starknet-types-core/Cargo.toml +++ b/crates/starknet-types-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet-types-core" -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "MIT" homepage = "https://github.com/starknet-io/types-rs"