Skip to content

Commit

Permalink
Updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amcelroy authored and sbourdeauducq committed Dec 21, 2022
1 parent 3014570 commit 3e039a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions crates/tm4c123x/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tm4c123x"
version = "0.9.0"
version = "0.9.1"
authors = ["whitequark <[email protected]>"]
description = "Peripheral access API for TI TM4C123x microcontrollers"
documentation = "https://docs.rs/tm4c123x"
Expand All @@ -10,13 +10,12 @@ categories = ["embedded"]
license = "0BSD"

[dependencies]
bare-metal = "0.2.0"
cortex-m = "0.6"
cortex-m = "0.7.6"
vcell = "0.1.0"

[dependencies.cortex-m-rt]
optional = true
version = "0.6"
version = "0.7.2"

[features]
rt = ["cortex-m-rt/device"]
7 changes: 3 additions & 4 deletions crates/tm4c129x/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tm4c129x"
version = "0.9.0"
version = "0.9.1"
authors = ["whitequark <[email protected]>"]
description = "Peripheral access API for TI TM4C129x microcontrollers"
documentation = "https://docs.rs/tm4c129x"
Expand All @@ -10,13 +10,12 @@ categories = ["embedded"]
license = "0BSD"

[dependencies]
bare-metal = "0.2.0"
cortex-m = "0.6"
cortex-m = "0.7.6"
vcell = "0.1.0"

[dependencies.cortex-m-rt]
optional = true
version = "0.6"
version = "0.7.2"

[features]
rt = ["cortex-m-rt/device"]

0 comments on commit 3e039a0

Please sign in to comment.