blob: 7694dded50f9b4cc5bcd73a36736b01e17bf56fa [file] [log] [blame]
targets = [
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "x86_64-pc-windows-msvc" },
{ triple = "x86_64-apple-darwin" },
]
[bans]
multiple-versions = "deny"
deny = [
{ name = "openssl-sys" },
]
skip = [
# miow unfortunately still uses the ancient 0.2 version of winapi
{ name = "winapi", version = "=0.2.8" },
]