From 22236199560f9617cfc54bab74536a1732806833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 23 Oct 2019 08:29:51 +0200 Subject: [PATCH] Fix srml assets compilation with `std` feature --- srml/assets/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/srml/assets/Cargo.toml b/srml/assets/Cargo.toml index 5f22ab3ba33e5..052a3045b2164 100644 --- a/srml/assets/Cargo.toml +++ b/srml/assets/Cargo.toml @@ -27,5 +27,4 @@ std = [ "sr-primitives/std", "support/std", "system/std", - "runtime-io/std", ]