Blob Blame History Raw
--- io-uring-0.5.13/Cargo.toml	1970-01-01T00:00:01+00:00
+++ io-uring-0.5.13/Cargo.toml	2023-02-20T16:42:38.996358+00:00
@@ -33,10 +33,6 @@
 version = "0.2.98"
 default-features = false
 
-[dependencies.sc]
-version = "0.2"
-optional = true
-
 [dev-dependencies.anyhow]
 version = "1"
 
@@ -47,11 +43,10 @@
 version = "0.4"
 
 [build-dependencies.bindgen]
-version = "0.61"
-optional = true
+version = "0.63"
 
 [features]
-direct-syscall = ["sc"]
+bindgen = []
 io_safety = []
 overwrite = ["bindgen"]
 unstable = []