remove rust_beta_channel feature

- the msrv (i.e. rust-version in Cargo.toml) is high enough that all gated code can now be used on stabe
This commit is contained in:
Bennet Bleßmann
2024-07-06 02:24:26 +02:00
parent 821358c062
commit 91253917b4
3 changed files with 4 additions and 27 deletions

View File

@@ -22,7 +22,6 @@ repl = ["dep:crossterm", "dep:ctrlc", "dep:rustyline"]
hostname = ["dep:hostname"]
tls = ["dep:native-tls"]
http = ["dep:warp", "dep:reqwest"]
rust_beta_channel = []
crypto-full = []
[build-dependencies]