Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
dbs-arch : release v0.2.3
Browse files Browse the repository at this point in the history
Fixed:
- read_mpidr return u64 instead of u128

Signed-off-by: Chao Wu <[email protected]>
  • Loading branch information
studychao committed Mar 2, 2023
1 parent b51f328 commit 75e7fa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion crates/dbs-arch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@

### Added

- vPMU support in aarch64
- vPMU support in aarch64

## v0.2.3

### Fixed

- read_mpidr return u64 instead of u128
2 changes: 1 addition & 1 deletion crates/dbs-arch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbs-arch"
version = "0.2.2"
version = "0.2.3"
authors = ["Alibaba Dragonball Team"]
license = "Apache-2.0 AND BSD-3-Clause"
edition = "2018"
Expand Down

0 comments on commit 75e7fa4

Please sign in to comment.