✨ 新增对 Kimi、DeepSeek、OpenRouter 的支持并升级版本至 0.1.2
This commit is contained in:
@@ -128,7 +128,7 @@ impl GitRepo {
|
||||
}
|
||||
|
||||
/// Create a signature using repository configuration
|
||||
pub fn create_signature(&self) -> Result<Signature> {
|
||||
pub fn create_signature(&self) -> Result<Signature<'_>> {
|
||||
let name = self.get_user_name()?;
|
||||
let email = self.get_user_email()?;
|
||||
let time = git2::Time::new(std::time::SystemTime::now()
|
||||
|
||||
Reference in New Issue
Block a user