From 09614dd93192bb63d1845b7568663ad68ff4af07 Mon Sep 17 00:00:00 2001 From: "Becker, Jannis" Date: Mon, 10 May 2021 12:39:30 +0200 Subject: [PATCH] rename Message Pack to MessagePack --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f50dbf26..6ab99b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/rmp-ipc" -description = "IPC using Rust Message Pack (rmp)" +description = "IPC using Rust MessagePack (rmp)" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 9b91ddaf..05ae411c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rmp-ipc -Interprocess Communication via TCP using Rust Message Pack. +Interprocess Communication via TCP using Rust MessagePack. ## Usage