From afe2e83206efdc90c3da614e381bf2884994d844 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Tue, 17 May 2022 06:55:40 -0700 Subject: [PATCH] Bump version to 1.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d47e60..13037d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" homepage = "https://github.com/cberner/raptorq" repository = "https://github.com/cberner/raptorq" readme = "README.md" -version = "1.6.5" +version = "1.7.0" edition = "2021" rust-version = "1.60" authors = ["Christopher Berner "]