We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9be85 commit 3b6e0d2Copy full SHA for 3b6e0d2
2 files changed
apps/fifteen_min/Cargo.toml
@@ -18,7 +18,7 @@ contour = { workspace = true }
18
geojson = { workspace = true }
19
geom = { path = "../../geom" }
20
getrandom = { version = "0.2.3", optional = true }
21
-log = "0.4"
+log = { workspace = true }
22
map_gui = { path = "../../map_gui" }
23
map_model = { path = "../../map_model" }
24
structopt = { workspace = true }
apps/ltn/Cargo.toml
@@ -24,7 +24,7 @@ geojson = { workspace = true }
25
26
lazy_static = "1.4.0"
27
28
maplit = "1.0.2"
29
30
0 commit comments