iliazeus / iso2god-rs

A command-line tool to convert Xbox 360 ISOs into a Games-On-Demand file format. For Linux, Windows and MacOS.
MIT License
77 stars 6 forks source link

Can't build - error E0554 #11

Closed kissste closed 7 months ago

kissste commented 7 months ago

using: rustc 1.75.0 (82e1608df 2023-12-21)

Compiling iso2god v1.4.8 (/home/aaa/iso2god-rs) error[E0554]: #![feature] may not be used on the stable release channel --> src/lib.rs:1:12 | 1 | #![feature(duration_constants)] | ^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel --> src/lib.rs:2:12 | 2 | #![feature(seek_stream_len)] | ^^^^^^^^^^^^^^^

For more information about this error, try rustc --explain E0554. error: could not compile iso2god (lib) due to 2 previous errors

kissste commented 7 months ago

worked with

rustup default nightly

kissste commented 7 months ago

closing