Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Update xargo files.
Browse files Browse the repository at this point in the history
collections and rand crates have been removed/replaced.
  • Loading branch information
dvc94ch committed Nov 12, 2017
1 parent eeae245 commit e7dbc06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Xargo.std.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dependencies]
collections = {}
rand = {}
core = {}
alloc = {}

[dependencies.compiler_builtins]
features = ["mem"]
Expand Down
4 changes: 2 additions & 2 deletions Xargo.test.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dependencies]
collections = {}
rand = {}
core = {}
alloc = {}

[dependencies.compiler_builtins]
features = ["mem"]
Expand Down
5 changes: 3 additions & 2 deletions Xargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[dependencies]
collections = {}
rand = {}
core = {}
alloc = {}

[dependencies.compiler_builtins]
features = ["mem"]
git = "https://github.com/rust-lang-nursery/compiler-builtins"
stage = 1

0 comments on commit e7dbc06

Please sign in to comment.