Skip to content

Commit ce6e680

Browse files
committed
Upgrade rust-version to 1.60
1 parent 0a30be9 commit ce6e680

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
### Changed
1818

19+
- Upgrade rust-version to 1.60
1920
- Cargo workspace for riscv and riscv-rt
2021
- Use inline assembly instead of pre-compiled blobs
2122
- Removed bors in favor of GitHub Merge Queue

riscv-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "riscv-rt"
33
version = "0.11.0"
4-
rust-version = "1.59"
4+
rust-version = "1.60"
55
repository = "https://github.com/rust-embedded/riscv"
66
authors = ["The RISC-V Team <[email protected]>"]
77
categories = ["embedded", "no-std"]

0 commit comments

Comments
 (0)