Skip to content

Commit

Permalink
remove the function and bump the version
Browse files Browse the repository at this point in the history
Signed-off-by: suryapandian <surya.pandian@truelayer.com>
  • Loading branch information
suryapandian committed May 2, 2024
1 parent e42fd58 commit dd10c9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carrot-cake"
version = "0.1.1"
version = "0.1.3"
edition = "2021"
description = "An a-peeling pub/sub framework"
repository = "https://github.com/TrueLayer/carrot-cake"
Expand Down
4 changes: 0 additions & 4 deletions src/amqp/convenience.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ pub fn serialize_properties(properties: &BasicProperties) -> Result<Vec<u8>, any
gen_simple(gen_properties(properties), Vec::new()).map_err(Into::into)
}

pub fn dummy_test_to_trigger_release() {
println!("does release please need an actual code change");
}

/// Deserialize AMQP properties from a bytes buffer.
pub fn deserialize_properties(bytes: &[u8]) -> Result<BasicProperties, anyhow::Error> {
parse_properties(bytes).map_err(Into::into).map(|x| x.1)
Expand Down

0 comments on commit dd10c9f

Please sign in to comment.