Skip to content

Commit b91223b

Browse files
committed
publish as v0.9.0
Signed-off-by: Runji Wang <[email protected]>
1 parent 78f88f1 commit b91223b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] - 2022-02-26
9+
10+
- **[Breaking]** Fix dependencies and asm macros for new nightly.
11+
812
## [0.8.0] - 2021-07-26
913

1014
- **[Breaking]** Fix dependencies for new nightly.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "trapframe"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = [
55
"Runji Wang <[email protected]>",
66
"Jiajie Chen <[email protected]>",
77
"Hoblovski <[email protected]>",
88
"Ben Pig Chu <[email protected]>",
99
]
10-
edition = "2018"
10+
edition = "2021"
1111
description = "Handle Trap Frame across kernel and user space on multiple ISAs."
1212
homepage = "https://github.com/rcore-os/trapframe-rs"
1313
documentation = "https://docs.rs/trapframe"

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Handle Trap Frame across kernel and user space on multiple ISAs.
88

99
Supported ISA: x86_64, aarch64, riscv32, riscv64, mipsel
1010

11-
## info
12-
- Ver 0.8.0 was tested for x86_64 ISA by rustc 1.55+ nightly
13-
1411
## Example
1512

1613
### Go to user space

0 commit comments

Comments
 (0)