remove the need for nightly toolchain

This commit is contained in:
Carson McManus 2021-08-25 10:26:34 -04:00
parent 1931e11706
commit 1e2d82afb5
3 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,3 @@
cargo-features = ["different-binary-name"]
[workspace] [workspace]
members = [ members = [
@ -19,7 +17,7 @@ license = "GPL-3.0-or-later"
[[bin]] [[bin]]
name = "steamguard-cli" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -21,7 +21,7 @@ Otherwise, you can download binaries from the releases.
## Building From Source ## Building From Source
``` ```
cargo +nightly build --release cargo build --release
``` ```
# Usage # Usage

View file

@ -444,7 +444,6 @@ impl SteamApiClient {
Ok(resp.response) Ok(resp.response)
} }
///
/// Host: api.steampowered.com /// Host: api.steampowered.com
/// Endpoint: POST /ITwoFactorService/FinalizeAddAuthenticator/v0001 /// Endpoint: POST /ITwoFactorService/FinalizeAddAuthenticator/v0001
pub fn finalize_authenticator( pub fn finalize_authenticator(