Skip to content

Commit 5f1c213

Browse files
committed
riscv-pac: deprecate crate
1 parent 5c21195 commit 5f1c213

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

riscv-pac/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

riscv-pac/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-pac"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.60"
66
repository = "https://github.com/rust-embedded/riscv"

riscv-pac/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

riscv-pac/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

37
pub mod result;

0 commit comments

Comments
 (0)