From d2807585ab1808ad1bf920fb1ba785b3c3cea514 Mon Sep 17 00:00:00 2001 From: "benjamin.747" Date: Wed, 19 Nov 2025 14:35:57 +0800 Subject: [PATCH] feat: update cargo.toml package version --- Cargo.lock | 2 +- Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61cd651..bf5c745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "git-internal" -version = "0.1.0" +version = "0.2.2" dependencies = [ "ahash 0.8.12", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index cc18b6d..a3f7bd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "git-internal" -version = "0.1.0" +version = "0.2.2" edition = "2024" license = "MIT" +description = "Git-Internal is a high-performance Rust library for encoding and decoding Git internal objects and Pack files." +exclude = ["tests"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -57,7 +59,6 @@ path-absolutize = "3.1.1" similar = "2.7.0" - [dev-dependencies] tokio = { version = "1.47.1", features = ["full"] } tokio-util = { version = "0.7.15", features = ["io"] }