Update repository URL and dependencies
Change URL in Cargo.toml and in README.md to point to the new repository
under the arm-firmware-crates namespace. Also update dependencies and
bump version number.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I0fc0274ea39c139c5ba4c851c046ce3b48c9606c
diff --git a/Cargo.lock b/Cargo.lock
index 53104cf..16e7baa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@
[[package]]
name = "arm-generic-timer"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"bitflags",
"safe-mmio",
@@ -19,9 +19,9 @@
[[package]]
name = "proc-macro2"
-version = "1.0.95"
+version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
+checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
dependencies = [
"unicode-ident",
]
@@ -46,9 +46,9 @@
[[package]]
name = "syn"
-version = "2.0.104"
+version = "2.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
+checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 9b6164f..f4b22e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "arm-generic-timer"
-version = "0.1.0"
+version = "0.1.1"
authors = [
"Balint Dobszay <balint.dobszay@arm.com>",
"Imre Kis <imre.kis@arm.com>",
@@ -11,7 +11,7 @@
description = "Arm Generic Timer driver"
edition = "2021"
license = "MIT OR Apache-2.0"
-repository = "https://git.trustedfirmware.org/rust-spmc/arm-generic-timer.git"
+repository = "https://git.trustedfirmware.org/arm-firmware-crates/arm-generic-timer.git"
keywords = ["arm", "timer", "counter", "driver"]
categories = ["hardware-support", "embedded", "no-std", "no-std::no-alloc"]
readme = "README.md"
diff --git a/README.md b/README.md
index cc2b89f..9f495f1 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@
Please follow the directions of the [Trusted Firmware Processes](https://trusted-firmware-docs.readthedocs.io/en/latest/generic_processes/index.html)
-Contributions are handled through [review.trustedfirmware.org](https://review.trustedfirmware.org/q/project:rust-spmc/arm-generic-timer).
+Contributions are handled through [review.trustedfirmware.org](https://review.trustedfirmware.org/q/project:arm-firmware-crates/arm-generic-timer).
## Arm trademark notice