File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- ## v0.1.3 - 2021-05-17
10+ ## [ v0.1.4] - 2022-01-27
11+
12+ - Use Rust's inline ` asm ` macro instead of ` llvm_asm ` ; the latter was [ removed] ( https://github.com/rust-lang/rust/pull/92816 )
13+ from ` rustc ` .
14+
15+ ## [ v0.1.3] - 2021-05-17
1116
1217- Remove ` const_fn ` feature gate, as it was removed from ` rustc ` after ` v1.53.0 ` .
1318
14- ## v0.1.2 - 2020-06-09
19+ ## [ v0.1.2] - 2020-06-09
1520
16- - Use llvm_asm instead of asm
21+ - Use ` llvm_asm ` instead of ` asm `
1722
18- ## v0.1.1 - 2019-12-16
23+ ## [ v0.1.1] - 2019-12-16
1924
2025- Expose AtomicOperations trait for public use
2126
@@ -27,5 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2732
2833Initial release
2934
30- [ Unreleased ] : https://github.com/pftbest/msp430-atomic/compare/v0.1.2...HEAD
35+ [ Unreleased ] : https://github.com/pftbest/msp430-atomic/compare/v0.1.4...HEAD
36+ [ v0.1.4 ] : https://github.com/pftbest/msp430-atomic/compare/v0.1.3...v0.1.4
37+ [ v0.1.3 ] : https://github.com/pftbest/msp430-atomic/compare/v0.1.2...v0.1.3
3138[ v0.1.2 ] : https://github.com/pftbest/msp430-atomic/compare/v0.1.1...v0.1.2
39+ [ v0.1.1 ] : https://github.com/pftbest/msp430-atomic/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "Atomic operations for MSP430 microcontrollers"
77documentation = " https://docs.rs/msp430-atomic"
88license = " MIT OR Apache-2.0"
99repository = " https://github.com/pftbest/msp430-atomic"
10- version = " 0.1.3 "
10+ version = " 0.1.4 "
1111
1212[profile .release ]
1313opt-level = " s"
You can’t perform that action at this time.
0 commit comments