Crates.io | github_release_check |
lib.rs | github_release_check |
version | 0.2.1 |
source | src |
created_at | 2022-06-05 21:13:35.031868 |
updated_at | 2022-12-17 03:48:45.217586 |
description | Check latest GitHub release version |
homepage | https://github.com/celeo/github_release_check |
repository | https://github.com/celeo/github_release_check |
max_upload_size | |
id | 600341 |
size | 34,621 |
Check latest GitHub release version
Add the latest version to your Cargo.toml
.
See the docs, but effectively:
use github_release_check::GitHub;
let github = GitHub::new().unwrap();
let versions = github.get_all_versions("celeo/github_release_check").unwrap();
git clone https://github.com/Celeo/github_release_check
cd github_release_check
cargo test
Licensed under either of
Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.