mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Remove Serde
derives from Git reference type (#10798)
This commit is contained in:
parent
4354c0c9b7
commit
eabcc94cbc
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ pub static GIT: LazyLock<Result<PathBuf, GitError>> = LazyLock::new(|| {
|
|||
});
|
||||
|
||||
/// A reference to commit or commit-ish.
|
||||
#[derive(
|
||||
Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord, serde::Serialize, serde::Deserialize,
|
||||
)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub enum GitReference {
|
||||
/// A specific branch.
|
||||
Branch(String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue