From a52c03599f0c181132255877b1b5d3d913fc1937 Mon Sep 17 00:00:00 2001 From: LucasLvy Date: Tue, 25 Jun 2024 13:06:39 +0200 Subject: [PATCH] chore: bump version --- 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 1d46ec5..76de79a 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.1.3" +version = "0.1.4" edition = "2021" license = "MIT" homepage = "https://github.com/starknet-io/types-rs"