Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from esp-rs/prepare-0.3.0-release
Browse files Browse the repository at this point in the history
Version bump to 0.3.0
  • Loading branch information
bjoernQ authored Aug 16, 2023
2 parents a14779a + fdffdd3 commit cb8f834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-storage"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = [
"The ESP-RS team",
Expand Down
1 change: 1 addition & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ impl FlashStorage {
Ok(())
}

#[allow(clippy::all)]
#[inline(never)]
#[link_section = ".rwtext"]
pub(crate) fn internal_read(
Expand Down

0 comments on commit cb8f834

Please sign in to comment.