mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Rust documentation (1.5.0)
This commit is contained in:
parent
a9e921c5fc
commit
12be545efc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Rust < UrlScraper
|
||||
self.type = 'rust'
|
||||
self.version = '1.4.0'
|
||||
self.version = '1.5.0'
|
||||
self.base_url = 'http://doc.rust-lang.org/'
|
||||
self.root_path = 'book/index.html'
|
||||
self.initial_paths = %w(
|
||||
|
|
Loading…
Reference in a new issue