File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff line change 11module 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- © 2016 The Rust Project Developers< br >
34+ © 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
You can’t perform that action at this time.
0 commit comments