simple threadlocal impl. launching thread works
... | ... | @@ -5,7 +5,7 @@ authors = [ "Your name <you@example.com>" ] |
build = "build.rs" | ||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
crate-type = ["staticlib", "rlib"] | ||
[build-dependencies.gcc] | ||
git = "https://github.com/alexcrichton/gcc-rs" | ||
... | ... | @@ -23,4 +23,4 @@ rustc-serialize = "*" |
time = "0.1.34" | ||
aligned_alloc = "0.1.2" | ||
crossbeam = "0.2.8" | ||
byteorder = "0.5.3" | ||
\ No newline at end of file | ||
byteorder = "0.5.3" |
This diff is collapsed.
Please register or sign in to comment