Skip to content
Snippets Groups Projects
Commit 0b092068 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Update Cargo.toml

parent eb7c2ae0
No related branches found
Tags 4.0.3
No related merge requests found
[package]
name = "ralloc_shim"
version = "0.1.1"
version = "0.1.2"
authors = ["Jeremy Soller <jackpot51@gmail.com>", "Ticki"]
[profile.release]
......@@ -12,8 +12,8 @@ lto = true
debug-assertions = false
codegen-units = 1
[target.'cfg(not(redox))'.dependencies]
[target.'cfg(not(target_os = "redox"))'.dependencies]
libc = { version = "0.2", default-features = false }
[target.'cfg(redox)'.dependencies]
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
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