Eliminate the use of addr_of and addr_of_mut
addr_of and addr_of_mut is now soft-deprecated, changing to use raw
pointers which was introduced in Rust 1.82. Also fixing clippy warnings.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I3ba72fd6f3239fce6c9735dc2d975210d5359a1d
diff --git a/Cargo.toml b/Cargo.toml
index ccd7d8f..297377e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,8 @@
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://git.trustedfirmware.org/rust-spmc/rust-spmc.git"
-keywords = ["arm", "sp806", "watchdog", "timer", "driver"]
+keywords = ["arm", "sp805", "watchdog", "timer", "driver"]
+rust-version = "1.82"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html