num: bump to 0.1.39
This commit is contained in:
parent
d2defd67f2
commit
b1b034f438
|
@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
|
|||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-num/num"
|
||||
name = "num"
|
||||
version = "0.1.38"
|
||||
version = "0.1.39"
|
||||
|
||||
[[bench]]
|
||||
name = "bigint"
|
||||
|
@ -21,7 +21,7 @@ name = "shootout-pidigits"
|
|||
[dependencies.num-bigint]
|
||||
optional = true
|
||||
path = "bigint"
|
||||
version = "0.1.38"
|
||||
version = "0.1.39"
|
||||
|
||||
[dependencies.num-complex]
|
||||
optional = true
|
||||
|
@ -40,11 +40,11 @@ version = "0.1.33"
|
|||
[dependencies.num-rational]
|
||||
optional = true
|
||||
path = "rational"
|
||||
version = "0.1.37"
|
||||
version = "0.1.38"
|
||||
|
||||
[dependencies.num-traits]
|
||||
path = "./traits"
|
||||
version = "0.1.38"
|
||||
version = "0.1.39"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
|
|
Loading…
Reference in New Issue