From 30987b07e0f9e3022cc24b505e7cf1a30ee9bead Mon Sep 17 00:00:00 2001 From: williamfzc <178894043@qq.com> Date: Wed, 11 Sep 2024 21:03:06 +0800 Subject: [PATCH] chore: bump version 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ed63f8..1146bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "gossiphs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "axum", "cc", diff --git a/Cargo.toml b/Cargo.toml index 139b7d0..c346f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gossiphs" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A Rust lib for general code file relationship analysis. Based on tree-sitter and git analysis." license = "Apache-2.0"