remove zstd warning message

This commit is contained in:
Michael Angerman 2022-11-24 18:25:59 -08:00
parent 2388e1e80b
commit ee81030600

View File

@ -91,7 +91,7 @@ reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}
wax = { version = "0.5.0" }
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.23.0", features = ["serde"], optional = true }
zstd-sys = "=2.0.1+zstd.1.5.2"
zstd-sys = "2.0.1"
[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"