RsBundle  Diff

Differences From Artifact [213bd31416]:

  • File Cargo.toml — part of check-in [166680274c] at 2020-07-17 10:00:47 on branch async-separate — Merge trunk (user: fifr size: 797) [more...]

To Artifact [46554b0d75]:

  • File Cargo.toml — part of check-in [24faa2eee6] at 2020-12-09 17:13:52 on branch trunk — Update crossbeam to v0.8 (user: fifr size: 797)

12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[dependencies]
either = "^1"
libc = "^0.2.6"
log = "^0.4"
c_str_macro = "^1.0"
cplex-sys = "^0.6"
float-pretty-print = "^0.1"
rs-crossbeam = { version = "^0.7", optional = true, package = "crossbeam" }
threadpool = "^1.7"
num_cpus = "^1.2"
num-traits = "^0.2.8"
rs-blas = { version = "^0.20.0", optional = true, package = "blas" }
openblas-src = { version = "^0.9", optional = true, features = ["system"], default-features = false }
assert_float_eq = "^1.0"
thiserror = "^1.0.19"







|







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[dependencies]
either = "^1"
libc = "^0.2.6"
log = "^0.4"
c_str_macro = "^1.0"
cplex-sys = "^0.6"
float-pretty-print = "^0.1"
rs-crossbeam = { version = "^0.8", optional = true, package = "crossbeam" }
threadpool = "^1.7"
num_cpus = "^1.2"
num-traits = "^0.2.8"
rs-blas = { version = "^0.20.0", optional = true, package = "blas" }
openblas-src = { version = "^0.9", optional = true, features = ["system"], default-features = false }
assert_float_eq = "^1.0"
thiserror = "^1.0.19"