Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 0dd0528

Browse files
committed
Bump version from 0.6.0 to 0.6.1
1 parent 235390d commit 0dd0528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"]

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)