From 842bb8239074ef8c74d516c7bb9c85e8fd8b3b0c Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Sun, 17 Sep 2023 13:01:51 +0200 Subject: [PATCH] Bump to `v0.3.0` --- negentropy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/negentropy/Cargo.toml b/negentropy/Cargo.toml index 0c4852a..6878d36 100644 --- a/negentropy/Cargo.toml +++ b/negentropy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "negentropy" -version = "0.2.1" +version = "0.3.0" edition = "2018" description = "Rust implementation of the negentropy set-reconciliation protocol." authors = ["Yuki Kishimoto "]