Skip to content

Commit d7b4ae9

Browse files
committed
update Cargo.toml
1 parent 3d39bbf commit d7b4ae9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

riscv-rt/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
name = "riscv-rt"
33
version = "0.11.0"
44
rust-version = "1.59"
5-
repository = "https://github.com/rust-embedded/riscv-rt"
5+
repository = "https://github.com/rust-embedded/riscv"
66
authors = ["The RISC-V Team <[email protected]>"]
77
categories = ["embedded", "no-std"]
88
description = "Minimal runtime / startup for RISC-V CPU's"
9+
documentation = "https://docs.rs/riscv-rt"
910
keywords = ["riscv", "runtime", "startup"]
1011
license = "ISC"
11-
edition = "2018"
12+
edition = "2021"
1213

1314
[features]
1415
s-mode = []
1516
single-hart = []
1617

1718
[dependencies]
18-
riscv = "0.10"
19+
riscv = {path = "../riscv", version = "0.10"}
1920
riscv-rt-macros = { path = "macros", version = "0.2.0" }
2021

2122
[dev-dependencies]

riscv/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/rust-embedded/riscv"
77
authors = ["The RISC-V Team <[email protected]>"]
88
categories = ["embedded", "hardware-support", "no-std"]
99
description = "Low level access to RISC-V processors"
10+
documentation = "https://docs.rs/riscv"
1011
keywords = ["riscv", "register", "peripheral"]
1112
license = "ISC"
1213

0 commit comments

Comments
 (0)