Skip to content

Commit c42dbb0

Browse files
bors[bot]cr1901
andauthored
Merge #6
6: Update Cargo.toml to version 0.2.2, add myself to authors. r=awygle a=cr1901 I'm sorry about this @awygle, I really am. Co-authored-by: William D. Jones <[email protected]>
2 parents d7d6853 + f17d0b8 commit c42dbb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
authors = ["Vadzim Dambrouski <[email protected]>", "Jorge Aparicio <[email protected]>"]
2+
authors = ["Vadzim Dambrouski <[email protected]>", "Jorge Aparicio <[email protected]>", "William D. Jones <[email protected]>"]
33
categories = ["embedded", "hardware-support", "no-std"]
44
description = "Low level access to MSP430 microcontrollers"
55
documentation = "https://docs.rs/msp430"
66
keywords = ["msp430", "interrupt", "register", "peripheral"]
77
license = "MIT OR Apache-2.0"
88
name = "msp430"
9-
repository = "https://github.com/pftbest/msp430"
10-
version = "0.2.1"
9+
repository = "https://github.com/rust-embedded/msp430"
10+
version = "0.2.2"
1111

1212
[dependencies.bare-metal]
1313
features = ["const-fn"]

0 commit comments

Comments
 (0)