Skip to content

Commit 611c7a6

Browse files
committed
rustdoc: update deps
1 parent 0ebe112 commit 611c7a6

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

src/librustdoc/html/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub fn run(mut crate: clean::Crate, dst: Path) -> io::IoResult<()> {
250250
let mut dst = cx.dst.join(crate.name.as_slice());
251251
if_ok!(mkdir(&dst));
252252
if_ok!(write(dst.join("jquery.js"),
253-
include_str!("static/jquery-2.0.3.min.js")));
253+
include_str!("static/jquery-2.1.0.min.js")));
254254
if_ok!(write(dst.join("main.js"), include_str!("static/main.js")));
255255
if_ok!(write(dst.join("main.css"), include_str!("static/main.css")));
256256
if_ok!(write(dst.join("normalize.css"),

src/librustdoc/html/static/jquery-2.0.3.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/librustdoc/html/static/jquery-2.1.0.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustdoc/html/static/normalize.css

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

0 commit comments

Comments
 (0)