From aaf2df19d482bd2707aae911a24dc9b11f55fb49 Mon Sep 17 00:00:00 2001 From: juliancoffee Date: Thu, 29 Jul 2021 21:17:19 +0300 Subject: [PATCH] Make Veloren compile again --- common/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 98b2d0f288..c332b5f9eb 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -26,7 +26,8 @@ enum-iterator = "0.6" vek = { version = "=0.14.1", features = ["serde"] } # Strum -strum = "0.21" +strum = { version = "0.21", features = ["derive"] } +# TODO: remove this and rewrite every use of strum_macros to strum strum_macros = "0.21" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]