Skip to content

Commit 03b6856

Browse files
committed
remove two unused deps caught by cargo-udeps
1 parent abe4d21 commit 03b6856

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

editor/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ aabb-quadtree = "0.1.0"
99
abstutil = { path = "../abstutil" }
1010
colorbrewer = "0.1.0"
1111
counter = "0.4.3"
12-
derive-new = "0.5.6"
1312
downcast-rs = "1.0.4"
1413
ezgui = { path = "../ezgui" }
1514
geom = { path = "../geom" }

sim/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ abstutil = { path = "../abstutil" }
99
derivative = "1.0.0"
1010
geom = { path = "../geom" }
1111
map_model = { path = "../map_model" }
12-
more-asserts = "0.2.1"
1312
petgraph = "0.4.13"
1413
rand = "0.7.0"
1514
rand_xorshift = "0.2.0"

0 commit comments

Comments
 (0)