Skip to content

Commit e9476e5

Browse files
Merge #192
192: release twitch_api2 0.6.0-rc.2 r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents ff91e16 + e851b6f commit e9476e5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "twitch_api2"
3-
version = "0.6.0-rc.1"
3+
version = "0.6.0-rc.2"
44
authors = ["Emil Gardström <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/Emilgardis/twitch_api2"
77
license = "MIT OR Apache-2.0"
88
description = "Library for talking with the new Twitch API aka. \"Helix\", TMI and more!"
99
keywords = ["oauth", "twitch", "async", "asynchronous", "api"]
10-
documentation = "https://docs.rs/twitch_api2/0.6.0-rc.1"
10+
documentation = "https://docs.rs/twitch_api2/0.6.0-rc.2"
1111
readme = "README.md"
1212
build = "build.rs"
1313
resolver = "2"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Twitch API2 | Rust library for talking with the new Twitch API aka. "Helix", TMI and more!
22
============================================
33

4-
[![github]](https://github.com/emilgardis/twitch_api2)&ensp;[![crates-io]](https://crates.io/crates/twitch_api2)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api2/0.6.0-rc.1/twitch_api2)
4+
[![github]](https://github.com/emilgardis/twitch_api2)&ensp;[![crates-io]](https://crates.io/crates/twitch_api2)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api2/0.6.0-rc.2/twitch_api2)
55

66
[github]: https://img.shields.io/badge/github-emilgardis/twitch__api2-8da0cb?style=for-the-badge&labelColor=555555&logo=github
77
[crates-io]: https://img.shields.io/crates/v/twitch_api2.svg?style=for-the-badge&color=fc8d62&logo=rust

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#![deny(missing_docs, broken_intra_doc_links)] // This will be weird until 1.52, see https://github.com/rust-lang/rust/pull/80527
33
#![cfg_attr(nightly, deny(rustdoc::broken_intra_doc_links))]
44
#![cfg_attr(nightly, feature(doc_cfg))]
5-
#![doc(html_root_url = "https://docs.rs/twitch_api2/0.6.0-rc.1")]
6-
//! [![github]](https://github.com/emilgardis/twitch_api2)&ensp;[![crates-io]](https://crates.io/crates/twitch_api2)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api2/0.6.0-rc.1/twitch_api2)
5+
#![doc(html_root_url = "https://docs.rs/twitch_api2/0.6.0-rc.2")]
6+
//! [![github]](https://github.com/emilgardis/twitch_api2)&ensp;[![crates-io]](https://crates.io/crates/twitch_api2)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api2/0.6.0-rc.2/twitch_api2)
77
//!
88
//! [github]: https://img.shields.io/badge/github-emilgardis/twitch__api2-8da0cb?style=for-the-badge&labelColor=555555&logo=github"
99
//! [crates-io]: https://img.shields.io/crates/v/twitch_api2.svg?style=for-the-badge&color=fc8d62&logo=rust"

0 commit comments

Comments
 (0)