Browse Source

Merge #19

19: Add team e-mail to authors r=dvc94ch a=Disasm



Co-authored-by: Vadim Kaushan <admin@disasm.info>
bors[bot] 6 năm trước cách đây
mục cha
commit
c99d70bf02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 name = "riscv"
 version = "0.4.0"
 repository = "https://github.com/rust-embedded/riscv"
-authors = ["David Craven <david@craven.ch>"]
+authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
 categories = ["embedded", "hardware-support", "no-std"]
 description = "Low level access to RISC-V processors"
 keywords = ["riscv", "register", "peripheral"]