We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f16be commit 8f39593Copy full SHA for 8f39593
lib/docs/scrapers/rust.rb
@@ -3,7 +3,7 @@
3
module Docs
4
class Rust < UrlScraper
5
self.type = 'rust'
6
- self.release = '1.88.0'
+ self.release = '1.90.0'
7
self.base_url = 'https://doc.rust-lang.org/'
8
self.root_path = 'book/index.html'
9
self.initial_paths = %w(
0 commit comments