Skip to content

Commit bc1646c

Browse files
committed
remove mini-alloc 0.4.2 from dependencies
1 parent 0fafa5a commit bc1646c

File tree

14 files changed

+24
-83
lines changed

14 files changed

+24
-83
lines changed

Cargo.lock

Lines changed: 24 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ all = "warn"
6565
# stylus-related
6666
stylus-sdk = "0.6.0"
6767
stylus-proc = { version = "=0.6.0", default-features = false }
68-
mini-alloc = "0.4.2"
6968

7069
alloy = { version = "=0.1.4", features = [
7170
"contract",

contracts/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ alloy-sol-macro-expander.workspace = true
1616
alloy-sol-macro-input.workspace = true
1717
stylus-sdk.workspace = true
1818
stylus-proc.workspace = true
19-
mini-alloc.workspace = true
2019
keccak-const.workspace = true
2120
openzeppelin-stylus-proc.workspace = true
2221

examples/access-control/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ openzeppelin-stylus.workspace = true
1111
alloy-primitives.workspace = true
1212
stylus-sdk.workspace = true
1313
stylus-proc.workspace = true
14-
mini-alloc.workspace = true
1514

1615
[dev-dependencies]
1716
alloy.workspace = true

0 commit comments

Comments
 (0)