0.4.0-beta.2

This commit is contained in:
Jorge Aparicio 2018-11-04 20:10:46 +01:00
parent 8a27efeaeb
commit 9d0227bfeb
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm" name = "cortex-m-rtfm"
readme = "README.md" readme = "README.md"
repository = "https://github.com/japaric/cortex-m-rtfm" repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.4.0-beta.1" version = "0.4.0-beta.2"
[lib] [lib]
name = "rtfm" name = "rtfm"
@ -36,7 +36,7 @@ required-features = ["timer-queue"]
[dependencies] [dependencies]
cortex-m = "0.5.8" cortex-m = "0.5.8"
cortex-m-rt = "0.6.5" cortex-m-rt = "0.6.5"
cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.1" } cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.2" }
heapless = "0.4.0" heapless = "0.4.0"
owned-singleton = "0.1.0" owned-singleton = "0.1.0"

View file

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros" name = "cortex-m-rtfm-macros"
readme = "../README.md" readme = "../README.md"
repository = "https://github.com/japaric/cortex-m-rtfm" repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.4.0-beta.1" version = "0.4.0-beta.2"
[lib] [lib]
proc-macro = true proc-macro = true