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 1a776d5 commit 4792f55Copy full SHA for 4792f55
1 file changed
lib/docs/scrapers/rust.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Rust < UrlScraper
3
self.type = 'rust'
4
- self.release = '1.21.0'
+ self.release = '1.23.0'
5
self.base_url = 'https://doc.rust-lang.org/'
6
self.root_path = 'book/first-edition/index.html'
7
self.initial_paths = %w(
0 commit comments