Skip to content

Commit cc96115

Browse files
committed
Update nightly and remove jquery from common files
2 parents e03fd5c + dcfe5e8 commit cc96115

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cratesfyi"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["Onur Aslan <[email protected]>"]
55
readme = "README.md"
66
license = "MIT"

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-03-19'
50+
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-05-09'
5151
5252
############################################################
5353
# Creating rustc links for cratesfyi user #

src/docbuilder/chroot_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ impl DocBuilder {
368368
info!("Copying essential files for: {}", res.rustc_version);
369369

370370
let files = (// files require rustc version subfix
371-
["rustdoc.css", "main.css", "main.js", "jquery.js", "normalize.css"],
371+
["rustdoc.css", "main.css", "main.js", "normalize.css"],
372372
// files doesn't require rustc version subfix
373373
["FiraSans-Medium.woff",
374374
"FiraSans-Regular.woff",

0 commit comments

Comments
 (0)