From 2f3b69e817cb55c0933e043a4d9bb0b3e29ae7c4 Mon Sep 17 00:00:00 2001 From: hky1999 <976929993@qq.com> Date: Mon, 15 Jul 2024 23:39:55 +0800 Subject: [PATCH] fix: repository addr in Cargo.toml, bump to v0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6235f4a..745c382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "arm_pl031" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Keyang Hu "] 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/arceos/tree/main/crates/arm_pl031" +repository = "https://github.com/arceos-org/arm_pl031" documentation = "https://docs.rs/arm_pl031" keywords = ["arceos", "aarch64", "rtc"] categories = ["os", "hardware-support", "no-std"]