Skip to content

Commit

Permalink
Bump heapless dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Egger <[email protected]>
  • Loading branch information
therealprof committed Aug 10, 2019
1 parent e81ee0b commit 910b179
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ keywords = [
]
documentation = "https://docs.rs/postcard/"

[package.metadata.docs.rs]
all-features = true

[dependencies]

[dependencies.heapless]
version = "0.4"
version = "0.5"
features = ["serde"]

[dependencies.serde]
Expand All @@ -41,6 +44,3 @@ default-features = false
[features]
use-std = []
defaults = []

[package.metadata.docs.rs]
all-features = true

0 comments on commit 910b179

Please sign in to comment.