Add std feature.
This commit is contained in:
parent
0ed1e77996
commit
2557f282a4
@ -4,7 +4,7 @@ homepage = "http://parity.io"
|
|||||||
repository = "https://github.com/paritytech/parity"
|
repository = "https://github.com/paritytech/parity"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "ethcore-bigint"
|
name = "ethcore-bigint"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@ -18,4 +18,5 @@ plain_hasher = { path = "../plain_hasher", version = "0.1" }
|
|||||||
[features]
|
[features]
|
||||||
x64asm_arithmetic=[]
|
x64asm_arithmetic=[]
|
||||||
rust_arithmetic=[]
|
rust_arithmetic=[]
|
||||||
|
std = ["bigint/std"]
|
||||||
heapsizeof = ["heapsize", "bigint/heapsizeof"]
|
heapsizeof = ["heapsize", "bigint/heapsizeof"]
|
||||||
|
Loading…
Reference in New Issue
Block a user