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