From b40670c0fb991261251e1b13bfc5c553bbb646c5 Mon Sep 17 00:00:00 2001 From: ldesgoui Date: Mon, 17 Feb 2020 21:05:20 +0100 Subject: [PATCH] 1.0.0-rc.3 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7589281..50a9c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord_game_sdk" -version = "1.0.0-rc.2" # check src/lib.rs +version = "1.0.0-rc.3" # check src/lib.rs authors = ["ldesgoui "] edition = "2018" description = "Safe wrapper for the Discord Game SDK" diff --git a/README.md b/README.md index b303892..6484dc4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -discord_game_sdk = "1.0.0-rc.2" +discord_game_sdk = "1.0.0-rc.3" ``` Read up on potential [`bindgen` requirements]. diff --git a/src/lib.rs b/src/lib.rs index 66665c3..67fcc80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! //! ```toml //! [dependencies] -//! discord_game_sdk = "1.0.0-rc.2" +//! discord_game_sdk = "1.0.0-rc.3" //! ``` //! //! Read up on potential [`bindgen` requirements]. @@ -111,7 +111,7 @@ //! [official terms of the Discord Game SDK]: https://discordapp.com/developers/docs/legal //! [twitter]: https://twitter.com/ldesgoui -#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.0-rc.2")] +#![doc(html_root_url = "https://docs.rs/discord_game_sdk/1.0.0-rc.3")] #[macro_use] mod macros;