Skip to content

Commit

Permalink
Added constructor to HashResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner committed Feb 10, 2024
1 parent 96d1c06 commit 1eb3bdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["redis", "network", "no_std", "database"]
categories = ["embedded", "database", "no-std"]
authors = ["PEGASUS GmbH <[email protected]>"]
license = "MIT OR Apache-2.0"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
repository = "https://github.com/pegasus-aero/rt-embedded-redis"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/commands/hgetall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ pub struct HashResponse {
}

impl HashResponse {
#[cfg(test)]
pub fn new(inner: BTreeMap<Bytes, Bytes>) -> Self {
Self { inner }
}
Expand Down

0 comments on commit 1eb3bdb

Please sign in to comment.