Skip to content

Commit

Permalink
release: simple-git v0.2.1 (#1557)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 6, 2024
1 parent b14f78b commit 5341d05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0", path = "../simple-git", optional = true }
simple-git = { version = "0.2.1", path = "../simple-git", 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.0", path = "../simple-git", optional = true }
simple-git = { version = "0.2.1", path = "../simple-git", optional = true }
strum = "0.25.0"
target-lexicon = { version = "0.12.11", features = ["std"] }
tempfile = "3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/simple-git/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-git"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

description = "The simple git interface for gix suitable for async context (with tokio)"
Expand Down

0 comments on commit 5341d05

Please sign in to comment.