fix: use once_cell with feature=std in abigen (#401)
This commit is contained in:
parent
ea566663d4
commit
26324343ec
|
@ -22,7 +22,7 @@ serde_json = "1.0.61"
|
|||
serde = { version = "1.0.124", features = ["derive"] }
|
||||
hex = { version = "0.4.2", default-features = false, features = ["std"] }
|
||||
reqwest = { version = "0.11.3", features = ["blocking"] }
|
||||
once_cell = { version = "1.8.0", default-features = false }
|
||||
once_cell = "1.8.0"
|
||||
cargo_metadata = "0.14.0"
|
||||
cfg-if = "1.0.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue