Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Nov 1, 2020
1 parent 641eb59 commit 2791340
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/foxdie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foxdie"
version = "0.5.0"
version = "0.6.0"
authors = ["Aaron Sky <[email protected]>"]
edition = "2018"
description = "A super-fast tool for taking stale branches and push requests and deleting and/or closing them."
Expand All @@ -22,4 +22,4 @@ percent-encoding = "2.1"
reqwest = { version = "0.10", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
what_git = { path = "../what_git" }
what_git = { version = "0.6.0", path = "../what_git" }
2 changes: 1 addition & 1 deletion src/what_git/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "what_git"
version = "0.5.0"
version = "0.6.0"
authors = ["Aaron Sky <[email protected]>"]
edition = "2018"
description = "A crate for determining which SCM your Git URL is associated with."
Expand Down

0 comments on commit 2791340

Please sign in to comment.