Skip to content

Commit

Permalink
noop_proc_macro non-optional for multi-era
Browse files Browse the repository at this point in the history
  • Loading branch information
rooooooooob committed Jul 16, 2024
1 parent 193f7f1 commit 2514473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-era/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bech32 = "0.7.2"
hex = "0.4.0"

# non-wasm
noop_proc_macro = { version = "0.3.0", optional = true }
noop_proc_macro = { version = "0.3.0" }

# wasm
wasm-bindgen = { version = "0.2.87", optional = true }

0 comments on commit 2514473

Please sign in to comment.