fixed:rustfmt

This commit is contained in:
2026-01-30 14:24:23 +08:00
parent 5d4156e5e0
commit f610c0af8b
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Security**: Encrypt SSH passphrases and API keys - **Security**: Encrypt SSH passphrases and API keys
- **Interactive UI**: Beautiful CLI with prompts and previews - **Interactive UI**: Beautiful CLI with prompts and previews
## [0.1.0] - 2024-01-01 ## [0.1.0] - 2026-01-30
### Added ### Added

View File

@@ -2,7 +2,7 @@
name = "quicommit" name = "quicommit"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
authors = ["Your Name <your.email@example.com>"] authors = ["Sidney Zhang <zly@lyzhang.me>"]
description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation" description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation"
license = "MIT" license = "MIT"
repository = "https://github.com/yourusername/quicommit" repository = "https://github.com/yourusername/quicommit"

View File

@@ -20,7 +20,7 @@ reorder_modules = true
remove_nested_parens = true remove_nested_parens = true
# Edition to use for parsing # Edition to use for parsing
edition = "2021" edition = "2024"
# Merge multiple imports into a single nested import # Merge multiple imports into a single nested import
imports_granularity = "Crate" imports_granularity = "Crate"