From 801bc886154cbff073ff35239da62cbec2fec2a0 Mon Sep 17 00:00:00 2001 From: timofey Date: Fri, 29 Mar 2024 18:57:10 +0000 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d8ca09..7301605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["internal/ruchei-sample", "ruchei-extra", "ruchei-route"] [workspace.package] -version = "0.0.77" +version = "0.0.78" edition = "2021" publish = true license = "MIT OR Apache-2.0"