forked from jmug/stoatchat
fix: don't use wildcard for log dependency
This commit is contained in:
@@ -23,7 +23,7 @@ default = [ "mongodb", "async-std-runtime" ]
|
||||
revolt-result = { version = "0.0.1", path = "../result" }
|
||||
|
||||
# Utility
|
||||
log = "*"
|
||||
log = "0.4"
|
||||
nanoid = "0.4.0"
|
||||
|
||||
# Serialisation
|
||||
|
||||
Reference in New Issue
Block a user