mirror of https://codeberg.org/topola/topola.git
deps: make 'log' a workspace dependency
This commit is contained in:
parent
67c4933b09
commit
3bd1935f41
|
|
@ -8,6 +8,7 @@ resolver = "2"
|
|||
|
||||
[workspace.dependencies]
|
||||
derive-getters = "0.5"
|
||||
log = "0.4"
|
||||
rstar = "0.12"
|
||||
serde_json = "1.0"
|
||||
spade = "2.12"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ fluent-templates = "0.12"
|
|||
geo.workspace = true
|
||||
icu_experimental = "0.2"
|
||||
icu_locale_core = "2.0.0-beta1"
|
||||
log = "0.4"
|
||||
log.workspace = true
|
||||
petgraph.workspace = true
|
||||
rstar.workspace = true
|
||||
serde.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue