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 5e5e469 commit 57f395fCopy full SHA for 57f395f
lib/docs/scrapers/rust.rb
@@ -3,7 +3,7 @@
3
module Docs
4
class Rust < UrlScraper
5
self.type = 'rust'
6
- self.release = '1.50.0'
+ self.release = '1.51.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