diff --git a/Cargo.toml b/Cargo.toml index 72cc281..200f3fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,3 +42,6 @@ sea-orm = { version = "0.12.0", features = [ wasm-bindgen = "0.2" reqwest = { version = "0.11", features = ["json"] } sea-orm = { version = "0.12.0" } + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(engine)', 'cfg(client)'] }