aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-08-24 16:48:33 +0200
committerJorge Aparicio <jorge@japaric.io>2018-08-24 16:49:03 +0200
commit2ec5d59ee99c00315168ae89847c5e352f1aadf0 (patch)
treec4bbec8da95a822f1296e78467b671f3b3969841 /Cargo.toml
parent62a232f5c64890e2d666d23227df1c21675fc863 (diff)
v0.3.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdb1d18..15f7394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"