From ab055382b23c9cc907985e1d19dce4c9c316d3ae Mon Sep 17 00:00:00 2001 From: "Lucas @ StarkWare" <70894690+LucasLvy@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:49:39 +0200 Subject: [PATCH] chore(core): bump version for release (#54) --- 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 d125401..4406dd0 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.11" +version = "0.1.0" edition = "2021" license = "MIT" homepage = "https://github.com/starknet-io/types-rs"