diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 04:50:10 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 04:50:10 +0300 |
| commit | 3c44a12fc461eac785bd9201d0b5b755a323f51d (patch) | |
| tree | 89c3f0266784a1c4bd89854f28be024d01dc1e69 /deny.toml | |
| parent | 958a5a3263e29a5d66b614dd3feb3668e27554b9 (diff) | |
| download | fparkan-3c44a12fc461eac785bd9201d0b5b755a323f51d.tar.xz fparkan-3c44a12fc461eac785bd9201d0b5b755a323f51d.zip | |
build(platform): restrict runtime scope to Windows
Diffstat (limited to 'deny.toml')
| -rw-r--r-- | deny.toml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -3,10 +3,6 @@ all-features = true [advisories] yanked = "deny" -ignore = [ - { id = "RUSTSEC-2026-0194", reason = "quick-xml is only reached by the build-time wayland-scanner proc macro while compiling trusted Wayland protocol XML shipped by dependencies; winit 0.30's current wayland-scanner release cannot accept quick-xml 0.41 yet." }, - { id = "RUSTSEC-2026-0195", reason = "quick-xml is only reached by the build-time wayland-scanner proc macro while compiling trusted Wayland protocol XML shipped by dependencies; winit 0.30's current wayland-scanner release cannot accept quick-xml 0.41 yet." }, -] [bans] multiple-versions = "allow" @@ -20,13 +16,10 @@ deny = [ [licenses] allow = [ "Apache-2.0", - "BSD-2-Clause", "BSD-3-Clause", - "CC0-1.0", "GPL-2.0-only", "ISC", "MIT", - "MPL-2.0", "Unicode-3.0", "Zlib", ] |
