Twister915 / mcproto-rs

Minecraft Protocol in Rust
Apache License 2.0
112 stars 21 forks source link

Can't build with stable release channel #10

Open rjp opened 1 year ago

rjp commented 1 year ago
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/lib.rs:1:40
  |
1 | #![cfg_attr(feature = "bench", feature(test))]
  |                                        ^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `mcproto-rs` due to previous error

Using the stable-x86_64-unknown-linux-gnu channel with cargo 1.62.1 (a748cf5a3 2022-06-08) and rustc 1.62.1 (e092d0b6b 2022-07-16)