Version 1.24.1 (2018-03-01)

Version 1.24.0 (2018-02-15)

Language

Compiler

Libraries

Stabilized APIs

The following functions can now be used in a constant expression. eg. let buffer: [u8; size_of::<usize>()];, static COUNTER: AtomicUsize = AtomicUsize::new(1);

Cargo

Misc

Compatibility Notes