Add the patch number to version strings. Closes #13289
This commit is contained in:
committed by
Alex Crichton
parent
3e9f66fc9f
commit
c1da4f875f
@@ -10,7 +10,7 @@
|
||||
|
||||
//! The Rust core library
|
||||
|
||||
#![crate_id = "core#0.11-pre"]
|
||||
#![crate_id = "core#0.11.0-pre"]
|
||||
#![license = "MIT/ASL2"]
|
||||
#![crate_type = "rlib"]
|
||||
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
|
||||
Reference in New Issue
Block a user