From 49054d16474909568a845dce829011a00ab89406 Mon Sep 17 00:00:00 2001 From: LucasLvy Date: Thu, 3 Oct 2024 18:56:48 +0200 Subject: [PATCH] chore(core): bump version --- crates/starknet-types-core/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/starknet-types-core/Cargo.toml b/crates/starknet-types-core/Cargo.toml index 15d5b45..a70383a 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" @@ -18,9 +18,7 @@ num-integer = { version = "0.1", default-features = false } # Optional arbitrary = { version = "1.3", optional = true } -serde = { version = "1", optional = true, default-features = false, features = [ - "alloc", -] } +serde = { version = "1", optional = true, default-features = false, features = ["alloc"] } lambdaworks-crypto = { version = "0.10.0", default-features = false, optional = true } parity-scale-codec = { version = "3.6", default-features = false, optional = true } lazy_static = { version = "1.5", default-features = false, optional = true }