Cargo: Difference between revisions

From DWIKI
(Created page with "Rust thing =Links= *[https://opensource.com/article/20/3/rust-cargo Getting started with the Rust package manager, Cargo]")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
=Links=
=Links=
*[https://opensource.com/article/20/3/rust-cargo Getting started with the Rust package manager, Cargo]
*[https://opensource.com/article/20/3/rust-cargo Getting started with the Rust package manager, Cargo]
=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

Latest revision as of 16: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