Skip to content

Commit c75c1e8

Browse files
committed
Update Rust documentation (1.15.0)
1 parent b870f50 commit c75c1e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ credits = [
511511
'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
512512
], [
513513
'Rust',
514-
'2016 The Rust Project Developers',
514+
'2010 The Rust Project Developers',
515515
'MIT',
516516
'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
517517
], [

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.14.0'
4+
self.release = '1.15.0'
55
self.base_url = 'https://doc.rust-lang.org/'
66
self.root_path = 'book/index.html'
77
self.initial_paths = %w(
@@ -31,7 +31,7 @@ class Rust < UrlScraper
3131
end
3232

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

0 commit comments

Comments
 (0)