diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 16:48:33 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 16:49:03 +0200 |
| commit | 2ec5d59ee99c00315168ae89847c5e352f1aadf0 (patch) | |
| tree | c4bbec8da95a822f1296e78467b671f3b3969841 /Cargo.toml | |
| parent | 62a232f5c64890e2d666d23227df1c21675fc863 (diff) | |
v0.3.3
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,11 +10,11 @@ keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.3.2" +version = "0.3.3" [dependencies] cortex-m = "0.4.0" -cortex-m-rtfm-macros = { path = "macros", version = "0.3.1" } +cortex-m-rtfm-macros = { path = "macros", version = "0.3.2" } rtfm-core = "0.2.0" untagged-option = "0.1.1" |
