mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
565: Edition: Bump to 2021 r=korken89 a=AfoHT 566: v1.0.0 r=korken89 a=AfoHT This should fail building until all deps are released and accessible on crates.io (There are some required PRs for edition2021 for each repo, alternatively just bringing in the v1.0 PR should have commits included, we can drop the extra PRs later on) https://github.com/rtic-rs/rtic-monotonic/pull/6 https://github.com/rtic-rs/rtic-core/pull/22 https://github.com/rtic-rs/rtic-syntax/pull/68 Co-authored-by: Henrik Tjäder <henrik@grepit.se>
This commit is contained in:
commit
bc883e393d
4 changed files with 15 additions and 10 deletions
|
|
@ -30,6 +30,7 @@
|
|||
//! [SemVer]: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![deny(rust_2021_compatibility)]
|
||||
#![deny(rust_2018_compatibility)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![no_std]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue