Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
368 stars 58 forks source link

Failed build on linux invalid type #220

Closed engineer1109 closed 1 year ago

engineer1109 commented 1 year ago
error: failed to load manifest for workspace member `/media/wjl/D2/github/rpfm/rpfm_lib`

Caused by:
  failed to parse manifest at `/media/wjl/D2/github/rpfm/rpfm_lib/Cargo.toml`

Caused by:
  invalid type: map, expected a string for key `package.rust-version`

cargo build error cargo 1.61.0 develop 0e7a4839dce5903240f391045b06364f48d923bd linux

Frodo45127 commented 1 year ago

Not a bug. RPFM on either master or develop branches require Rust 1.64 (when that "package.rust-version" thing was added) or newer. If you can't get it on your system, the last tag on the repo that supported older rust versions is v3.0.16. Just updated the docs to reflect the change too.