From 143b0cf383967cf21273b3544253dc381aa197bf Mon Sep 17 00:00:00 2001 From: Imbris Date: Wed, 1 May 2019 14:46:06 -0400 Subject: [PATCH] add nightly feature back for specs -> shred Former-commit-id: b483f75c10cc47faa66ab8063f7747e654068634 --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 30ca746a79..7c6a403538 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] sphynx = { git = "https://gitlab.com/veloren/sphynx.git", features = ["serde1"] } -specs = { version = "0.14", features = ["serde"] } +specs = { version = "0.14", features = ["serde", "nightly"] } vek = { version = "0.9", features = ["serde"] } dot_vox = "4.0" threadpool = "1.7"