Add std feature.

This commit is contained in:
Tomasz Drwięga
2017-11-06 12:52:38 +01:00
parent 0ed1e77996
commit 2557f282a4

View File

@@ -4,7 +4,7 @@ homepage = "http://parity.io"
repository = "https://github.com/paritytech/parity"
license = "MIT/Apache-2.0"
name = "ethcore-bigint"
version = "0.2.0"
version = "0.2.1"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
@@ -18,4 +18,5 @@ plain_hasher = { path = "../plain_hasher", version = "0.1" }
[features]
x64asm_arithmetic=[]
rust_arithmetic=[]
std = ["bigint/std"]
heapsizeof = ["heapsize", "bigint/heapsizeof"]