Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 14, 2023
1 parent c07ee3e commit 10e1da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "star-history"
version = "1.0.11"
version = "1.0.12"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["command-line-utilities"]
description = "Graph history of GitHub stars of a user or repo over time"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/star-history"
[dependencies]
anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
gh-token = { version = "0.1", path = "gh-token" }
gh-token = { version = "0.1.2", path = "gh-token" }
opener = "0.6"
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion gh-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gh-token"
version = "0.1.1"
version = "0.1.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Deserialize gh cli's GitHub token from ~/.config/gh/hosts.yml"
edition = "2021"
Expand Down

0 comments on commit 10e1da9

Please sign in to comment.