Skip to content

Commit 68fcf9b

Browse files
committed
Update Rust documentation (1.6.0)
1 parent 7143196 commit 68fcf9b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ credits = [
361361
'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
362362
], [
363363
'Rust',
364-
'2011-2015 The Rust Project Developers',
364+
'2016 The Rust Project Developers',
365365
'MIT',
366366
'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
367367
], [

lib/docs/scrapers/rust.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Rust < UrlScraper
33
self.type = 'rust'
4-
self.release = '1.5.0'
4+
self.release = '1.6.0'
55
self.base_url = 'http://doc.rust-lang.org/'
66
self.root_path = 'book/index.html'
77
self.initial_paths = %w(
@@ -30,7 +30,7 @@ class Rust < UrlScraper
3030
end
3131

3232
options[:attribution] = <<-HTML
33-
&copy; 2011-2015 The Rust Project Developers<br>
33+
&copy; 2016 The Rust Project Developers<br>
3434
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
3535
HTML
3636

0 commit comments

Comments
 (0)