Skip to content

Commit

Permalink
Merge pull request #8 from atlas-aero/heapleass_0.8
Browse files Browse the repository at this point in the history
Heapless version 0.8.0
  • Loading branch information
marius-meissner authored Feb 8, 2024
2 parents fe09bba + 8318786 commit 40bd150
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 @@ -47,6 +47,8 @@
#[cfg(test)]
extern crate alloc;

pub use heapless;

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

0 comments on commit 40bd150

Please sign in to comment.