We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb9d37 commit 3236c5bCopy full SHA for 3236c5b
virtio-bindings/CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Bindings are now once again distributed with the crate, rather than
6
generated at build time.
7
- Regenerate bindings with Linux 6.15.
8
+- Remove unused feature flags and build dependencies.
9
10
# v0.2.5
11
virtio-bindings/Cargo.toml
@@ -10,9 +10,5 @@ keywords = ["virtio"]
license = "BSD-3-Clause OR Apache-2.0"
12
[features]
13
-# Kernel version features are deprecated and no longer have any effect,
14
-# as the kernel headers are backwards compatible.
15
-virtio-v4_14_0 = []
16
-virtio-v5_0_0 = []
17
18
[dependencies]
0 commit comments