From 7569b6a883dd462d41b1d375c9472feda02d9391 Mon Sep 17 00:00:00 2001 From: williamfzc <178894043@qq.com> Date: Tue, 11 Jun 2024 22:37:33 +0800 Subject: [PATCH] chore: bump version v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10769b1..909d859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "gossiphs" -version = "0.4.2" +version = "0.5.0" dependencies = [ "axum", "cc", diff --git a/Cargo.toml b/Cargo.toml index a04ca9f..1b40fff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gossiphs" -version = "0.4.2" +version = "0.5.0" edition = "2021" description = "A Rust lib for general code file relationship analysis. Based on tree-sitter and git analysis." license = "Apache-2.0"