Skip to content

Commit 02a1d05

Browse files
authored
fix: remove unused dependency (#2498)
* fix: remove unused dependency * chore: update contract-build
1 parent 576bb33 commit 02a1d05

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ array-init = { version = "2.0", default-features = false }
3838
blake2 = { version = "0.10" }
3939
cargo_metadata = { version = "0.19.0" }
4040
cfg-if = { version = "1.0" }
41-
contract-build = { git = "https://github.com/use-ink/cargo-contract", branch = "master" }
41+
contract-build = { version = "6.0.0-alpha" }
4242
darling = { version = "0.20.11" }
4343
derive_more = { version = "2.0.1", default-features = false }
4444
either = { version = "1.13", default-features = false }

crates/env/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ink_allocator = { workspace = true }
2020
ink_storage_traits = { workspace = true }
2121
ink_prelude = { workspace = true }
2222
ink_primitives = { workspace = true }
23-
ink_macro = { workspace = true }
2423
pallet-revive-uapi = { workspace = true }
2524

2625
scale = { workspace = true, features = ["max-encoded-len"] }
@@ -74,7 +73,6 @@ std = [
7473
"ink_primitives/std",
7574
"ink_storage_traits/std",
7675
"ink_engine/std",
77-
"ink_macro/std",
7876
"scale/std",
7977
"scale-decode",
8078
"scale-encode",

0 commit comments

Comments
 (0)