We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e394e commit ee75973Copy full SHA for ee75973
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bash-git-status"
3
version = "0.3.0"
4
-edition = "2021"
+edition = "2024"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
src/main.rs
@@ -1,9 +1,9 @@
-use anyhow::{anyhow, Context, Result};
+use anyhow::{Context, Result, anyhow};
use gix::commit::describe::SelectRef::{self};
use gix::state::InProgress;
use gix::{
- sec::{self, trust::DefaultForLevel},
Repository, ThreadSafeRepository,
+ sec::{self, trust::DefaultForLevel},
};
8
use log::debug;
9
use std::env;
0 commit comments