|
@@ -1,12 +1,15 @@
|
|
|
[package]
|
|
|
-authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
|
+authors = [
|
|
|
+ "The RISC-V Team <risc-v@teams.rust-embedded.org>",
|
|
|
+ "Jorge Aparicio <jorge@japaric.io>",
|
|
|
+]
|
|
|
categories = ["embedded", "no-std"]
|
|
|
-description = "Attributes re-exported in `cortex-m-rt`"
|
|
|
-documentation = "https://docs.rs/cortex-m-rt"
|
|
|
-keywords = ["arm", "cortex-m", "runtime", "startup"]
|
|
|
+description = "Attributes re-exported in `riscv-rt`"
|
|
|
+documentation = "https://docs.rs/riscv-rt"
|
|
|
+keywords = ["riscv", "runtime", "startup"]
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
-name = "cortex-m-rt-macros"
|
|
|
-repository = "https://github.com/japaric/cortex-m-rt"
|
|
|
+name = "riscv-rt-macros"
|
|
|
+repository = "https://github.com/rust-embedded/riscv-rt"
|
|
|
version = "0.1.5"
|
|
|
|
|
|
[lib]
|
|
@@ -25,4 +28,4 @@ version = "0.5.5"
|
|
|
default-features = false
|
|
|
|
|
|
[dev-dependencies]
|
|
|
-cortex-m-rt = { path = "..", version = "0.6.0" }
|
|
|
+riscv-rt = { path = "..", version = "0.4.0" }
|