remove the need for nightly toolchain
This commit is contained in:
parent
1931e11706
commit
1e2d82afb5
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Otherwise, you can download binaries from the releases.
|
|||
## Building From Source
|
||||
|
||||
```
|
||||
cargo +nightly build --release
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
|
|
@ -444,7 +444,6 @@ impl SteamApiClient {
|
|||
Ok(resp.response)
|
||||
}
|
||||
|
||||
///
|
||||
/// Host: api.steampowered.com
|
||||
/// Endpoint: POST /ITwoFactorService/FinalizeAddAuthenticator/v0001
|
||||
pub fn finalize_authenticator(
|
||||
|
|
Loading…
Reference in a new issue