Skip to content

Commit 4792f55

Browse files
committed
Update Rust documentation (1.23.0)
1 parent 1a776d5 commit 4792f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/rust.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Rust < UrlScraper
33
self.type = 'rust'
4-
self.release = '1.21.0'
4+
self.release = '1.23.0'
55
self.base_url = 'https://doc.rust-lang.org/'
66
self.root_path = 'book/first-edition/index.html'
77
self.initial_paths = %w(

0 commit comments

Comments
 (0)