Cargo: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
Line 10: Line 10:


==this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.==
==this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.==
TODO
Remove the rust package and check out rustup

Revision as of 14:21, 24 March 2025

Rust thing

Links

FAQ

I pulled this rust based project from git, now what?

Try

cargo build

this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.

Remove the rust package and check out rustup