From 30419a372eaf9fd2ce0d131f78457af5f735b931 Mon Sep 17 00:00:00 2001 From: Cody Casterline Date: Fri, 3 Mar 2023 17:21:07 -0800 Subject: [PATCH] bump version to rc7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a6be04..96f7ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feoblog" -version = "0.7.0-rc5" +version = "0.7.0-rc7" authors = ["Cody Casterline "] edition = "2018" @@ -95,4 +95,4 @@ path = "crates/sizedisplay" [build-dependencies] # Generate rust from .proto files. -protoc-rust = "2" \ No newline at end of file +protoc-rust = "2"