Skip to content

Commit e962e8c

Browse files
committed
Bump version from 0.6.0 to 0.6.1
1 parent 370700c commit e962e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

riscv-rt/Cargo.toml

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

riscv-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//! $ # add this crate as a dependency
3131
//! $ edit Cargo.toml && cat $_
3232
//! [dependencies]
33-
//! riscv-rt = "0.6.0"
33+
//! riscv-rt = "0.6.1"
3434
//! panic-halt = "0.2.0"
3535
//!
3636
//! $ # memory layout of the device

0 commit comments

Comments
 (0)