From 56d971e90fcb2e532992cafe2a229bfa5d7d0966 Mon Sep 17 00:00:00 2001 From: Thomas Coratger Date: Thu, 3 Oct 2024 22:57:04 +0200 Subject: [PATCH] starknet-types-core: bump version to 0.1.7 --- 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"