Skip to content

Commit

Permalink
Update versions, remove one more clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Nov 29, 2024
1 parent 0dd176a commit cb14463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/postcard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postcard"
version = "1.1.0"
version = "1.1.1"
authors = ["James Munns <james@onevariable.com>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion source/postcard/src/de/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ mod test_heapless {
bytes: &'a [u8],
}

impl<'a> Serialize for ByteSliceStruct<'a> {
impl Serialize for ByteSliceStruct<'_> {
fn serialize<S>(&self, serializer: S) -> core::result::Result<S::Ok, S::Error>
where
S: Serializer,
Expand Down

0 comments on commit cb14463

Please sign in to comment.