Skip to content

Commit

Permalink
Merge branch 'main' into new_unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Mar 28, 2024
2 parents a08ce05 + e30ec17 commit 5b33609
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions crates/starknet-types-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ readme = "README.md"
bitvec = { version = "1.0.1", default-features = false }
lambdaworks-math = { version = "0.6.0", default-features = false}

num-traits = { version = "0.2.16", default-features = false }
num-traits = { version = "0.2.18", default-features = false }
num-bigint = { version = "0.4.4", default-features = false }
num-integer = { version = "0.1.45", default-features = false }
num-integer = { version = "0.1.46", default-features = false }
lazy_static = { version = "1.4.0", default-features = false, features = [
"spin_no_std",
] }

# Optional
arbitrary = { version = "1.3.0", optional = true }
serde = { version = "1.0.163", optional = true, default-features = false, features = ["alloc"] }
arbitrary = { version = "1.3.2", optional = true }
serde = { version = "1.0.197", optional = true, default-features = false, features = ["alloc"] }
lambdaworks-crypto = { version = "0.6.0", default-features = false, optional = true }
parity-scale-codec = { version = "3.2.2", default-features = false, optional = true }
parity-scale-codec = { version = "3.6.9", default-features = false, optional = true }

[features]
default = ["std", "serde", "curve", "num-traits"]
Expand All @@ -48,9 +48,9 @@ num-traits = []
papyrus-serialization = []

[dev-dependencies]
proptest = "1.1.0"
regex = "1.10.3"
serde_test = "1.0.1"
proptest = "1.4.0"
regex = "1.10.4"
serde_test = "1.0.176"
criterion = "0.5.1"
rand_chacha = "0.3.1"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.74"
channel = "1.77"
components = ["rustfmt", "clippy"]
profile = "minimal"

0 comments on commit 5b33609

Please sign in to comment.