Check latest GitHub release version
Add the latest version to your Cargo.toml
.
See the docs, but effectively:
```rust use githubreleasecheck::GitHub;
let github = GitHub::new().unwrap(); let versions = github.getallversions("celeo/githubreleasecheck").unwrap(); ```
sh
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.