Skip to content

Commit

Permalink
Refactor: Move simple-git into a new repo (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 9, 2024
1 parent 8e29d41 commit c450f44
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 645 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
- normalize-path
- leon
- leon-macros
- simple-git
version:
description: Version to release
required: true
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ members = [
"crates/detect-wasi",
"crates/fs-lock",
"crates/normalize-path",
"crates/simple-git",
"crates/detect-targets",
"crates/leon",
"crates/leon-macros",
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.107"
sha2 = "0.10.7"
simple-git = { version = "0.2.2", path = "../simple-git", optional = true }
simple-git = { version = "0.2.2", optional = true }
tempfile = "3.5.0"
thiserror = "1.0.52"
tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ leon = { version = "2.0.1", path = "../leon" }
maybe-owned = "0.3.4"
miette = "5.9.0"
semver = { version = "1.0.17", features = ["serde"] }
simple-git = { version = "0.2.2", path = "../simple-git", optional = true }
simple-git = { version = "0.2.2", optional = true }
strum = "0.26.1"
target-lexicon = { version = "0.12.11", features = ["std"] }
tempfile = "3.5.0"
Expand Down
38 changes: 0 additions & 38 deletions crates/simple-git/Cargo.toml

This file was deleted.

176 changes: 0 additions & 176 deletions crates/simple-git/LICENSE-APACHE

This file was deleted.

23 changes: 0 additions & 23 deletions crates/simple-git/LICENSE-MIT

This file was deleted.

44 changes: 0 additions & 44 deletions crates/simple-git/src/cancellation_token.rs

This file was deleted.

67 changes: 0 additions & 67 deletions crates/simple-git/src/error.rs

This file was deleted.

Loading

0 comments on commit c450f44

Please sign in to comment.