deps: make 'log' a workspace dependency

This commit is contained in:
Ellen Emilia Anna Zscheile 2025-02-10 00:15:53 +01:00
parent 67c4933b09
commit 3bd1935f41
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ resolver = "2"
[workspace.dependencies] [workspace.dependencies]
derive-getters = "0.5" derive-getters = "0.5"
log = "0.4"
rstar = "0.12" rstar = "0.12"
serde_json = "1.0" serde_json = "1.0"
spade = "2.12" spade = "2.12"

View File

@ -21,7 +21,7 @@ fluent-templates = "0.12"
geo.workspace = true geo.workspace = true
icu_experimental = "0.2" icu_experimental = "0.2"
icu_locale_core = "2.0.0-beta1" icu_locale_core = "2.0.0-beta1"
log = "0.4" log.workspace = true
petgraph.workspace = true petgraph.workspace = true
rstar.workspace = true rstar.workspace = true
serde.workspace = true serde.workspace = true