mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Docs updates
This commit is contained in:
parent
63a0c4a1e8
commit
abcf9bf61d
3 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Soundness issue in the `MaybeUninit` implementation
|
||||
- Warning for deprecated `mem::uninitialized`
|
||||
|
||||
## [v0.4.3] - 2019-04-21
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -41,7 +41,7 @@ A concurrency framework for building real time systems.
|
|||
|
||||
## Requirements
|
||||
|
||||
- Rust 1.31.0+
|
||||
- Rust 1.36.0+
|
||||
|
||||
- Applications must be written using the 2018 edition.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
## Требования
|
||||
|
||||
- Rust 1.31.0+
|
||||
- Rust 1.36.0+
|
||||
|
||||
- Программы нужно писать используя 2018 edition.
|
||||
|
||||
|
|
Loading…
Reference in a new issue