Update crates
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -14,11 +14,17 @@ harness = false
|
||||
approx = { version = "0.5.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4"
|
||||
plotters = { version = "0.3.4", default-features = false, features = ["svg_backend", "all_elements", "all_series"] }
|
||||
plotters-backend = "0.3.4"
|
||||
time = { version = "0.3.17", features = ["parsing"] }
|
||||
criterion = "0.5"
|
||||
plotters = { version = "0.3", default-features = false, features = ["svg_backend", "all_elements", "all_series"] }
|
||||
plotters-backend = "0.3"
|
||||
time = { version = "0.3", features = ["parsing"] }
|
||||
trueskill-tt = { path = ".", features = ["approx"] }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user