File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ v1.0.0] - 2021-12-25
11+
12+ - Edition 2021
13+
14+ ## [ v0.1.0] - 2021-02-18
15+
16+ Initial release
17+
18+ [ Unreleased ] : https://github.com/rtic-rs/dwt-systick-monotonic/compare/v1.0.0...HEAD
19+ [ v1.0.0 ] : https://github.com/rtic-rs/dwt-systick-monotonic/compare/v0.1.0...v1.0.0
20+ [ v0.1.0 ] : https://github.com/rtic-rs/dwt-systick-monotonic/compare/f491196...v0.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " dwt-systick-monotonic"
3- version = " 0. 1.0-rc.2 "
3+ version = " 1.0.0 "
44authors = [
55 " The Real-Time Interrupt-driven Concurrency developers" ,
66@@ -10,7 +10,7 @@ description = "RTIC Monotonic implemenation based on Systick and DWT"
1010documentation = " https://docs.rs/dwt-systick-monotonic"
1111repository = " https://github.com/rtic-rs/dwt-systick-monotonic"
1212license = " MIT OR Apache-2.0"
13- edition = " 2018 "
13+ edition = " 2021 "
1414
1515[lib ]
1616name = " dwt_systick_monotonic"
@@ -19,5 +19,5 @@ name = "dwt_systick_monotonic"
1919
2020[dependencies ]
2121cortex-m = " 0.7"
22- rtic-monotonic = " 0. 1.0-rc.2 "
22+ rtic-monotonic = " 1.0.0 "
2323fugit = " 0.3.0"
You can’t perform that action at this time.
0 commit comments