@@ -277,7 +277,7 @@ impl Step for TheBook {
277277 builder. ensure ( Rustbook {
278278 target,
279279 name : INTERNER . intern_string ( name. to_string ( ) ) ,
280- version : RustbookVersion :: MdBook1 ,
280+ version : RustbookVersion :: MdBook2 ,
281281 } ) ;
282282
283283 // building older edition redirects
@@ -286,21 +286,21 @@ impl Step for TheBook {
286286 builder. ensure ( Rustbook {
287287 target,
288288 name : INTERNER . intern_string ( source_name) ,
289- version : RustbookVersion :: MdBook1 ,
289+ version : RustbookVersion :: MdBook2 ,
290290 } ) ;
291291
292292 let source_name = format ! ( "{}/second-edition" , name) ;
293293 builder. ensure ( Rustbook {
294294 target,
295295 name : INTERNER . intern_string ( source_name) ,
296- version : RustbookVersion :: MdBook1 ,
296+ version : RustbookVersion :: MdBook2 ,
297297 } ) ;
298298
299299 let source_name = format ! ( "{}/2018-edition" , name) ;
300300 builder. ensure ( Rustbook {
301301 target,
302302 name : INTERNER . intern_string ( source_name) ,
303- version : RustbookVersion :: MdBook1 ,
303+ version : RustbookVersion :: MdBook2 ,
304304 } ) ;
305305
306306 // build the version info page and CSS
0 commit comments