diff options
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d891ba9..3771869 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm-macros" readme = "../README.md" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.4.3" +version = "0.5.0-alpha.1" [lib] proc-macro = true @@ -22,10 +22,6 @@ proc-macro2 = "0.4.24" features = ["extra-traits", "full"] version = "0.15.23" -[dependencies.rand] -default-features = false -version = "0.5.5" - [features] timer-queue = [] nightly = []
\ No newline at end of file |
