Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jul 22, 2024
1 parent 2d2fcc9 commit f3c67d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.2.0

### Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "arm_pl031"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Keyang Hu <[email protected]>"]
description = "System Real Time Clock (RTC) Drivers for aarch64 based on PL031."
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
repository = "https://github.com/arceos-org/arm_pl031"
documentation = "https://docs.rs/arm_pl031"
keywords = ["arceos", "aarch64", "rtc"]
keywords = ["arceos", "aarch64", "rtc", "pl031"]
categories = ["os", "hardware-support", "no-std"]

[dependencies]

0 comments on commit f3c67d0

Please sign in to comment.