From 7ef30234da7957f7585ea832d57d13083c76995c Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:26:31 +0200 Subject: [PATCH] starknet-types-core: bump version to 0.1.7 (#98) --- 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 15d5b45..70946ea 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.6" +version = "0.1.7" edition = "2021" license = "MIT" homepage = "https://github.com/starknet-io/types-rs"