use a thread in the build script of serde_codegen to allow env vars to control the stack size

This commit is contained in:
Oliver Schneider
2016-08-09 13:08:16 +02:00
parent d120539310
commit 8bd7acc9fc
3 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_macros"
version = "0.8.0"
version = "0.8.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
@@ -28,7 +28,7 @@ skeptic = { version = "^0.6.0", optional = true }
[dependencies]
clippy = { version = "^0.*", optional = true }
serde_codegen = { version = "=0.8.0", default-features = false, features = ["unstable"] }
serde_codegen = { version = "=0.8.1", default-features = false, features = ["unstable"] }
skeptic = { version = "^0.6.0", optional = true }
serde_json = { version = "0.8.0", optional = true }