Compare commits

..

No commits in common. "61958073552d261c6f98447552fe5f681046baea" and "067a03b918e1369eced41842db1248b87afc4b35" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "nebkor-maelstrom"
edition = "2024"
version = "1.1.1"
version = "1.1.0"
license-file = "LICENSE.md"
readme = "README.md"
description = "An easy-to-use and synchronous framework for creating Maelstrom distributed clients."
description = "An easy-to-use and synchronous client for creating Maelstrom distributed clients."
repository = "https://git.kittencollective.com/nebkor/nebkor-maelstrom"
keywords = ["maelstrom", "glomers", "gossip", "distributed"]

View file

@ -224,8 +224,6 @@ pub fn check_err(msg: &Message) -> RpcResult {
Ok(None)
}
/// Convenience function for turning a list of `(&str, serde::Value)` pairs into
/// a Payload.
pub fn mk_payload(payload: &[(&str, Value)]) -> Payload {
payload
.iter()