Skip to content

Commit b7f5ee4

Browse files
committed
Updated Cargo.toml
The old Cargo.toml was a bit out-of-date. This commit adds the RISC-V Team to the authors list, as well as bumping the version and edition to 1.59.0 and 2021.
1 parent f4c4830 commit b7f5ee4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = [
33
"The Cortex-M Team <[email protected]>",
44
"Jorge Aparicio <[email protected]>",
5+
"The RISC-V Team <[email protected]>",
56
]
67
description = "Semihosting for RISCV processors"
78
documentation = "https://docs.rs/riscv-semihosting"
@@ -12,7 +13,8 @@ name = "riscv-semihosting"
1213
readme = "README.md"
1314
repository = "https://github.com/riscv-rust/riscv-semihosting"
1415
version = "0.0.1"
15-
edition = "2018"
16+
edition = "2021"
17+
rust-version = "1.59.0"
1618

1719
[features]
1820
default = ["jlink-quirks"]

0 commit comments

Comments
 (0)