Skip to content

Commit

Permalink
change deps to no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw committed Apr 7, 2021
1 parent 9a314ba commit e949486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ codegen-units = 1
rpath = false

[dependencies]
blake2 = { git = "https://github.com/near/near-blake2.git", version = "0.9.1" }
blake2 = { git = "https://github.com/near/near-blake2.git", version = "0.9.1", default-features = false}
borsh = { version = "0.8.2", default-features = false }
evm = { git = "https://github.com/aurora-is-near/sputnikvm", rev = "2a8a3e9", default-features = false }
libsecp256k1 = { version = "0.3.5", default-features = false }
Expand Down

0 comments on commit e949486

Please sign in to comment.