From 026f109e4839136df17d894ed4dc266d358304d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kami=C5=84ski?= Date: Thu, 19 Sep 2024 21:40:22 +0200 Subject: [PATCH] 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 8ebcf93..702a59e 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.5" +version = "0.1.6" edition = "2021" license = "MIT" homepage = "https://github.com/starknet-io/types-rs"