Change stabilization version of no_std from 1.0 to 1.6.
This commit is contained in:
parent
11f8805887
commit
fc97b5cc6f
@ -307,7 +307,7 @@ pub fn new() -> Features {
|
||||
(accepted, issue_5723_bootstrap, "1.0.0", None),
|
||||
(accepted, macro_rules, "1.0.0", None),
|
||||
// Allows using #![no_std]
|
||||
(accepted, no_std, "1.0.0", None),
|
||||
(accepted, no_std, "1.6.0", None),
|
||||
(accepted, slicing_syntax, "1.0.0", None),
|
||||
(accepted, struct_variant, "1.0.0", None),
|
||||
// These are used to test this portion of the compiler, they don't actually
|
||||
|
Loading…
Reference in New Issue
Block a user