disable default features in scan_fmt...
...removes regex dependency
This commit is contained in:
parent
f7b58b146c
commit
3b387e52c7
|
@ -37,7 +37,7 @@ wayland-server = { version = "0.28.3", optional = true }
|
||||||
wayland-sys = { version = "0.28", optional = true }
|
wayland-sys = { version = "0.28", optional = true }
|
||||||
winit = { version = "0.24.0", optional = true }
|
winit = { version = "0.24.0", optional = true }
|
||||||
xkbcommon = "0.4.0"
|
xkbcommon = "0.4.0"
|
||||||
scan_fmt = "0.2"
|
scan_fmt = { version = "0.2", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
slog-term = "2.3"
|
slog-term = "2.3"
|
||||||
|
|
Loading…
Reference in New Issue