Update redox_syscall to v0.2.12
This commit is contained in:
Generated
+4
-3
@@ -547,9 +547,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.14"
|
||||
version = "0.4.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
||||
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
]
|
||||
@@ -1101,7 +1101,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
version = "0.2.12"
|
||||
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=update-toolchain-2022#94de991da2a75c45be0b73b18adc26522fb6f4a8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
||||
@@ -25,4 +25,3 @@ members = [
|
||||
mio = { git = "https://gitlab.redox-os.org/redox-os/mio.git", branch = "redox-unix" }
|
||||
net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "master" }
|
||||
orbclient = { git = "https://gitlab.redox-os.org/redox-os/orbclient.git", version = "0.3.28" }
|
||||
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "update-toolchain-2022" }
|
||||
|
||||
+1
-1
@@ -13,5 +13,5 @@ num-traits = "0.2"
|
||||
parking_lot = "0.11.1"
|
||||
plain = "0.2.3"
|
||||
redox-log = "0.1.1"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
thiserror = "1"
|
||||
|
||||
+1
-1
@@ -9,5 +9,5 @@ byteorder = "1.2"
|
||||
log = "0.4"
|
||||
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
|
||||
redox-log = "0.1"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
block-io-wrapper = { path = "../block-io-wrapper" }
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@ edition = "2018"
|
||||
bitflags = "1"
|
||||
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git", branch = "redox-unix" }
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
orbclient = "0.3.27"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@ edition = "2018"
|
||||
bitflags = "1"
|
||||
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git", branch = "redox-unix" }
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -8,5 +8,5 @@ bitflags = "1"
|
||||
log = "0.4"
|
||||
redox-log = "0.1"
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
spin = "0.9"
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ version = "1.0.0"
|
||||
bitflags = "1.0"
|
||||
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git", branch = "redox-unix" }
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ crossbeam-channel = "0.4"
|
||||
futures = "0.3"
|
||||
log = "0.4"
|
||||
redox-log = "0.1"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
|
||||
smallvec = "1"
|
||||
block-io-wrapper = { path = "../block-io-wrapper" }
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ log = "0.4"
|
||||
paw = "1.0"
|
||||
plain = "0.2"
|
||||
redox-log = "0.1"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
smallvec = "1"
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ authors = ["Tibor Nagy <xnagytibor@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ edition = "2018"
|
||||
[dependencies]
|
||||
bitflags = "1"
|
||||
orbclient = "0.3.27"
|
||||
redox_syscall = "0.2.11"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@ edition = "2018"
|
||||
bitflags = "1"
|
||||
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git", branch = "redox-unix" }
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox_syscall = "0.2.11"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -10,6 +10,6 @@ license = "MIT"
|
||||
[dependencies]
|
||||
base64 = "0.11" # Only for debugging
|
||||
plain = "0.2"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
thiserror = "1"
|
||||
xhcid = { path = "../xhcid" }
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ edition = "2018"
|
||||
[dependencies]
|
||||
orbclient = "0.3.27"
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
orbclient = "0.3.27"
|
||||
ransid = "0.4"
|
||||
rusttype = { version = "0.2", optional = true }
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ lazy_static = "1.4"
|
||||
log = "0.4"
|
||||
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
||||
redox-log = "0.1"
|
||||
redox_syscall = "0.2.9"
|
||||
redox_syscall = "0.2.12"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
smallvec = { version = "1", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user