Skip to content

Commit

Permalink
Merge pull request #3 from therealprof/heapless
Browse files Browse the repository at this point in the history
Bump heapless dependency
  • Loading branch information
jamesmunns authored Aug 12, 2019
2 parents e81ee0b + 910b179 commit aba507a
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 aba507a

Please sign in to comment.