Skip to content

Commit

Permalink
chore(core): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Oct 3, 2024
1 parent d7ff067 commit 49054d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 }
Expand Down

0 comments on commit 49054d1

Please sign in to comment.