Skip to content

Commit

Permalink
bump glit-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Dec 26, 2023
1 parent 26d6ced commit 554c416
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
29 changes: 26 additions & 3 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions glit-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glit-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["shadawck <[email protected]>"]
description = "Cli - Retrieve all mail related to a git repository, user, or organization"
Expand All @@ -22,8 +22,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
] }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }

#glit-core = "0.1.0"
glit-core = { path = "../glit-core" }
glit-core = "0.2.0"

clap = { version = "4.3", features = ["cargo"] }
colored = "2.0.4"
Expand Down

0 comments on commit 554c416

Please sign in to comment.