fix: use once_cell with feature=std in abigen (#401)

This commit is contained in:
Nick Hynes 2021-08-23 14:50:55 +03:00 committed by GitHub
parent ea566663d4
commit 26324343ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"