Skip to content

Commit

Permalink
Remove unused nightly feature
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove `nightly` feature, which has no effect when
enabled.
  • Loading branch information
ramosbugs committed Mar 4, 2024
1 parent fd40498 commit c67ffe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ accept-string-booleans = []
curl = ["oauth2/curl"]
default = ["reqwest", "rustls-tls"]
native-tls = ["oauth2/native-tls"]
nightly = []
reqwest = ["oauth2/reqwest"]
reqwest-blocking = ["oauth2/reqwest-blocking"]
rustls-tls = ["oauth2/rustls-tls"]
Expand Down

0 comments on commit c67ffe9

Please sign in to comment.