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