Skip to content

Commit

Permalink
Bump crate version to 0.1.0
Browse files Browse the repository at this point in the history
Bump panic-semihosting to 0.5.6 as 0.5.5 has been yanked
  • Loading branch information
antoinevg committed Nov 28, 2020
1 parent 1022a6e commit 8830226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
33 changes: 3 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "daisy_bsp"
version = "0.0.2"
version = "0.1.0"
authors = ["Antoine van Gelder <antoine@flowdsp.io>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand Down Expand Up @@ -73,7 +73,7 @@ optional = true
# - dev dependencies ----------------------------------------------------------

[dev-dependencies]
panic-semihosting = { version = "0.5.5" }
panic-semihosting = { version = "0.5.6" }
cortex-m-semihosting = { version = "0.3.5" }


Expand Down

0 comments on commit 8830226

Please sign in to comment.