Skip to content

Commit

Permalink
Fix some missing workspace-level deps. [rebuild] [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Oct 1, 2022
1 parent 1d9be85 commit 3b6e0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/fifteen_min/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contour = { workspace = true }
geojson = { workspace = true }
geom = { path = "../../geom" }
getrandom = { version = "0.2.3", optional = true }
log = "0.4"
log = { workspace = true }
map_gui = { path = "../../map_gui" }
map_model = { path = "../../map_model" }
structopt = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion apps/ltn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ geojson = { workspace = true }
geom = { path = "../../geom" }
getrandom = { version = "0.2.3", optional = true }
lazy_static = "1.4.0"
log = "0.4"
log = { workspace = true }
maplit = "1.0.2"
map_gui = { path = "../../map_gui" }
map_model = { path = "../../map_model" }
Expand Down

0 comments on commit 3b6e0d2

Please sign in to comment.