Skip to content
Snippets Groups Projects
Verified Commit ac860b6c authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Use redox_syscall 0.2.10.

parent a388b1ae
No related branches found
No related tags found
1 merge request!340Initialize TLS manually on Redox as Linux does.
......@@ -344,17 +344,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.9"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_syscall"
version = "0.2.9"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=fsgsbase#519a09e96400309a14375c04815da00f7cf5f526"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
......@@ -374,7 +366,7 @@ dependencies = [
"posix-regex",
"ralloc",
"rand 0.5.6",
"redox_syscall 0.2.9 (git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=fsgsbase)",
"redox_syscall 0.2.10",
"sc",
"spin 0.9.2",
]
......@@ -549,7 +541,7 @@ dependencies = [
"cfg-if",
"libc",
"rand 0.8.4",
"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.2.10",
"remove_dir_all",
"winapi",
]
......
......@@ -39,7 +39,7 @@ optional = true
sc = "0.2.3"
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "fsgsbase" }
redox_syscall = "0.2.10"
spin = "0.9.0"
[features]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment