File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9+
910- Replace static muts with Mutexes
1011- Apply clippy changes
11- - Bump MSRV to 1.72
12+ - Bump MSRV to 1.76
1213- Adapt to new Cargo workspace
1314- Use inline assembly instead of binary blobs for flash
1415
Original file line number Diff line number Diff line change 11[package ]
22name = " hifive1"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44repository = " https://github.com/riscv-rust/hifive1"
55authors = [
" David Craven <[email protected] >" ]
66categories = [" embedded" , " hardware-support" , " no-std" ]
77description = " Board support crate for HiFive1 and LoFive boards"
88keywords = [" riscv" , " register" , " peripheral" ]
99license = " ISC"
1010edition = " 2021"
11- rust-version = " 1.72 "
11+ rust-version = " 1.76 "
1212
1313[dependencies ]
1414critical-section = { version = " 1.1.3" }
15- e310x-hal = { path = " ../e310x-hal" , version = " 0.11 .0" }
15+ e310x-hal = { path = " ../e310x-hal" , version = " 0.12 .0" }
1616embedded-hal = " 0.2.7"
1717riscv = " 0.12.1"
1818nb = " 1.0.0"
You can’t perform that action at this time.
0 commit comments