Docs updates

This commit is contained in:
Emil Fresk 2019-10-23 21:48:44 +02:00
parent 63a0c4a1e8
commit abcf9bf61d
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
### Fixed
- Soundness issue in the `MaybeUninit` implementation
- Warning for deprecated `mem::uninitialized`
## [v0.4.3] - 2019-04-21 ## [v0.4.3] - 2019-04-21
### Changed ### Changed

View file

@ -41,7 +41,7 @@ A concurrency framework for building real time systems.
## Requirements ## Requirements
- Rust 1.31.0+ - Rust 1.36.0+
- Applications must be written using the 2018 edition. - Applications must be written using the 2018 edition.

View file

@ -39,7 +39,7 @@
## Требования ## Требования
- Rust 1.31.0+ - Rust 1.36.0+
- Программы нужно писать используя 2018 edition. - Программы нужно писать используя 2018 edition.