Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jul 20, 2023
1 parent 415f523 commit f5e9c1a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ repository = "https://github.com/japaric/lm3s6965"
version = "0.2.0"

[dependencies]
cortex-m = "0.7.0"

[dependencies.cortex-m-rt]
features = ["device"]
version = "0.6.11"
cortex-m = "0.7"
cortex-m-rt = { version = "0.7", features = ["device"] }

0 comments on commit f5e9c1a

Please sign in to comment.