From 74d60f77774112e9d263ab551ee9fab13c118db2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Jan 2024 23:25:59 -0800 Subject: [PATCH] Release 1.0.17 --- Cargo.toml | 4 ++-- gh-token/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea38bf8..9f87b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "star-history" -version = "1.0.16" +version = "1.0.17" authors = ["David Tolnay "] categories = ["command-line-utilities"] description = "Graph history of GitHub stars of a user or repo over time" @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/star-history" [dependencies] anyhow = "1.0.79" chrono = { version = "0.4", features = ["serde"] } -gh-token = { version = "0.1.6", path = "gh-token" } +gh-token = { version = "0.1.7", path = "gh-token" } opener = "0.6" reqwest = { version = "0.11", features = ["blocking", "json"] } serde = "1.0.194" diff --git a/gh-token/Cargo.toml b/gh-token/Cargo.toml index eabc7fc..9a85ad1 100644 --- a/gh-token/Cargo.toml +++ b/gh-token/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gh-token" -version = "0.1.6" +version = "0.1.7" authors = ["David Tolnay "] description = "Deserialize gh cli's GitHub token from ~/.config/gh/hosts.yml" documentation = "https://docs.rs/gh-token"