Skip to content

Commit

Permalink
sys-v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldesgoui committed Aug 1, 2021
1 parent ffa5833 commit 5dcaff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion discord_game_sdk_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord_game_sdk_sys"
version = "1.0.0" # check sys/src/lib.rs
version = "1.0.1" # check sys/src/lib.rs
authors = ["ldesgoui <[email protected]>"]
edition = "2018"
description = "Low-level bindings for the Discord Game SDK"
Expand Down
2 changes: 1 addition & 1 deletion discord_game_sdk_sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
discord_game_sdk_sys = "1.0.0"
discord_game_sdk_sys = "1.0.1"
```

Read up on potential [`bindgen` requirements].
Expand Down
4 changes: 2 additions & 2 deletions discord_game_sdk_sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! discord_game_sdk_sys = "1.0.0"
//! discord_game_sdk_sys = "1.0.1"
//! ```
//!
//! Read up on potential [`bindgen` requirements].
Expand Down Expand Up @@ -72,7 +72,7 @@
//! [official terms of the Discord Game SDK]: https://discordapp.com/developers/docs/legal
#![allow(clippy::all, warnings)]
#![doc(html_root_url = "https://docs.rs/discord_game_sdk_sys/1.0.0")]
#![doc(html_root_url = "https://docs.rs/discord_game_sdk_sys/1.0.1")]

// Strings in the SDK are already UTF-8, we rarely end up using CStr/CString because of the
// development overhead costs, `u8`s mean we have to do less conversions in code.
Expand Down

0 comments on commit 5dcaff5

Please sign in to comment.