Skip to content

Commit

Permalink
refactor: linkme --feature used_linker
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Sep 25, 2024
1 parent b9291c3 commit 15fb792
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions zero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hashbrown = { workspace = true }
hex = { workspace = true }
itertools = { workspace = true }
keccak-hash = { workspace = true }
linkme = { version = "0.3.28", features = ["used_linker"] }
lru = { workspace = true }
num-traits = { workspace = true }
nunny = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions zero/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(used_with_arg)]

zk_evm_common::check_chain_features!();

pub mod block_interval;
Expand Down

0 comments on commit 15fb792

Please sign in to comment.