From c8316c0b81fbb69bea4875941c80f53fff79ac4f Mon Sep 17 00:00:00 2001 From: David Craven Date: Sun, 12 Nov 2017 15:26:36 +0100 Subject: [PATCH] Update xargo files. collections and rand crates have been removed/replaced. --- Xargo.std.toml | 4 ++-- Xargo.test.toml | 4 ++-- Xargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Xargo.std.toml b/Xargo.std.toml index c016ca815..76953f169 100644 --- a/Xargo.std.toml +++ b/Xargo.std.toml @@ -1,6 +1,6 @@ [dependencies] -collections = {} -rand = {} +core = {} +alloc = {} [dependencies.compiler_builtins] features = ["mem"] diff --git a/Xargo.test.toml b/Xargo.test.toml index 91177b068..4f25e2e0a 100644 --- a/Xargo.test.toml +++ b/Xargo.test.toml @@ -1,6 +1,6 @@ [dependencies] -collections = {} -rand = {} +core = {} +alloc = {} [dependencies.compiler_builtins] features = ["mem"] diff --git a/Xargo.toml b/Xargo.toml index 451e0292f..001a1593c 100644 --- a/Xargo.toml +++ b/Xargo.toml @@ -1,6 +1,6 @@ [dependencies] -collections = {} -rand = {} +core = {} +alloc = {} [dependencies.compiler_builtins] features = ["mem"]