Skip to content

Commit

Permalink
Updated heapless to version 0.8.0 + added re-export as heapless is pa…
Browse files Browse the repository at this point in the history
…rt of the public API
  • Loading branch information
marius-meissner committed Jan 30, 2024
1 parent 5e9b11b commit 8318786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.rs/ltc681x"

[dependencies]
embedded-hal = { version = "0.2.7", features = ["unproven"] }
heapless = "0.7.10"
heapless = "0.8.0"
fixed = "1.15.0"

[dev-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

extern crate alloc;

pub use heapless;

pub mod config;
#[cfg(feature = "example")]
pub mod example;
Expand Down

0 comments on commit 8318786

Please sign in to comment.