From b9a48e30f9505752ae4338b436121fae92fbc5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kami=C5=84ski=20=40=20StarkWare?= Date: Thu, 19 Sep 2024 22:25:25 +0200 Subject: [PATCH] bump version to 0.1.6 (#95) --- 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"