File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Changed
1111
12+ - This crate has been deprecated. Use ` riscv-types ` instead.
1213- Updated the license to ` MIT or Apache-2.0 `
1314
1415## [ v0.2.0] - 2024-10-19
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-pac"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2021"
55rust-version = " 1.60"
66repository = " https://github.com/rust-embedded/riscv"
Original file line number Diff line number Diff line change 11[ ![ crates.io] ( https://img.shields.io/crates/d/riscv-pac.svg )] ( https://crates.io/crates/riscv-pac )
22[ ![ crates.io] ( https://img.shields.io/crates/v/riscv-pac.svg )] ( https://crates.io/crates/riscv-pac )
33
4+ # Deprecation notice
5+
6+ This crate has been deprecated. Use [ ` riscv-types ` ] ( https://crates.io/crates/riscv-types ) instead.
7+
48# ` riscv-pac `
59
610> Target-specific traits to be implemented by PACs
Original file line number Diff line number Diff line change 1+ //! # Deprecation notice
2+ //!
3+ //! This crate has been deprecated. Use [`riscv-types`](https://crates.io/crates/riscv-types) instead.
4+
15#![ no_std]
26
37pub mod result;
You can’t perform that action at this time.
0 commit comments