Skip to content

Commit 8e2f752

Browse files
committed
Use latest version of nightly
And use rusttype from crates.io again
1 parent e5e741b commit 8e2f752

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ rev = "9fe7f07579d6d2672dd7e95c70adaea65d8e9a2e"
4343
version = "0.14"
4444
features = [ "with-time", "with-rustc-serialize" ]
4545

46-
[replace."rusttype:0.2.1"]
47-
git = "https://github.com/onur/rusttype.git"
48-
rev = "2c0b58a4017c1387b0bb621def92541eba256381"
49-
5046
[dev-dependencies]
5147
tempdir = "0.3"
5248

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
4747
############################################################
4848
lxc-attach -n cratesfyi-container -- apt-get update
4949
lxc-attach -n cratesfyi-container -- apt-get install -y --no-install-recommends curl ca-certificates binutils gcc libc6-dev libmagic1
50-
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-05-09'
50+
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-05-21'
5151
5252
############################################################
5353
# Creating rustc links for cratesfyi user #

0 commit comments

Comments
 (0)