Skip to content

Commit 3b6e0d2

Browse files
committed
Fix some missing workspace-level deps. [rebuild] [release]
1 parent 1d9be85 commit 3b6e0d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/fifteen_min/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contour = { workspace = true }
1818
geojson = { workspace = true }
1919
geom = { path = "../../geom" }
2020
getrandom = { version = "0.2.3", optional = true }
21-
log = "0.4"
21+
log = { workspace = true }
2222
map_gui = { path = "../../map_gui" }
2323
map_model = { path = "../../map_model" }
2424
structopt = { workspace = true }

apps/ltn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ geojson = { workspace = true }
2424
geom = { path = "../../geom" }
2525
getrandom = { version = "0.2.3", optional = true }
2626
lazy_static = "1.4.0"
27-
log = "0.4"
27+
log = { workspace = true }
2828
maplit = "1.0.2"
2929
map_gui = { path = "../../map_gui" }
3030
map_model = { path = "../../map_model" }

0 commit comments

Comments
 (0)