From 1e2d82afb5c6b2788d26889ca5254878e12fcd94 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 25 Aug 2021 10:26:34 -0400 Subject: [PATCH] remove the need for nightly toolchain --- Cargo.toml | 4 +--- README.md | 2 +- steamguard/src/steamapi.rs | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8147602..5721e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["different-binary-name"] - [workspace] members = [ @@ -19,7 +17,7 @@ license = "GPL-3.0-or-later" [[bin]] name = "steamguard-cli" -filename = "steamguard" +# filename = "steamguard" # TODO: uncomment when https://github.com/rust-lang/cargo/issues/9778 is stablized. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 15fb015..27877be 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Otherwise, you can download binaries from the releases. ## Building From Source ``` -cargo +nightly build --release +cargo build --release ``` # Usage diff --git a/steamguard/src/steamapi.rs b/steamguard/src/steamapi.rs index c95ec05..19ea1c1 100644 --- a/steamguard/src/steamapi.rs +++ b/steamguard/src/steamapi.rs @@ -444,7 +444,6 @@ impl SteamApiClient { Ok(resp.response) } - /// /// Host: api.steampowered.com /// Endpoint: POST /ITwoFactorService/FinalizeAddAuthenticator/v0001 pub fn finalize_authenticator(