diff --git a/Cargo.toml b/Cargo.toml index f8a190b..0fdd20f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obws" -version = "0.10.0-beta.2" +version = "0.10.0-beta.3" authors = ["Dominik Nakamura "] edition = "2021" rust-version = "1.61" diff --git a/README.md b/README.md index 510cede..0035fa6 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Remote control OBS with the [obs-websocket] plugin from Rust 🦀. ## Usage -Add `obws` to your project with `cargo add obws@0.10.0-beta.2` or add it manually to your +Add `obws` to your project with `cargo add obws@0.10.0-beta.3` or add it manually to your `Cargo.toml`: ```toml [dependencies] -obws = "0.10.0-beta.2" +obws = "0.10.0-beta.3" ``` In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library