We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2ed95c + 4f23f75 commit 5b76161Copy full SHA for 5b76161
1 file changed
Cargo.toml
@@ -20,7 +20,7 @@ bitflags = "2.0"
20
core_affinity = { version = "0.8", optional = true }
21
crossbeam = { version = "0.8", optional = true }
22
libc = "0.2"
23
-netmap-min-sys = { version = "0.1.0", optional = true } # Assuming netmap-min-sys is published as 0.1.0
+netmap-min-sys = { path ='netmap-min-sys', optional = true }
24
reed-solomon-erasure = { version = "6.0.0", optional = true}
25
thiserror = "1.0"
26
0 commit comments