From f5708c90257647762c47a0fece9d9c2724b14bec Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Tue, 30 Sep 2025 16:56:59 -0400 Subject: [PATCH] Update starknet-types-core to 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump starknet-types-core dependency from 0.1.8 to =0.2.2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68830098..ec5f38ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde = { version = "1.0.195", default-features = false, features = [ "derive", "alloc", ] } -starknet-types-core = { version = "0.1.8", default-features = false, features = [ +starknet-types-core = { version = "=0.2.2", default-features = false, features = [ "hash", "parity-scale-codec", "alloc",