Skip Navigation

FYI for Rust Developers, lemmy_api_common is no longer published to crates.io (0.18.3 and above)

github.com Dont publish releases to crates.io (fixes #3272) (#3664) · LemmyNet/lemmy@5cd4c6c

This is not needed anymore as from scratch installation now uses `git clone` instead of `cargo install`. https://github.com/LemmyNet/lemmy-docs/pull/241/files

Dont publish releases to crates.io (fixes #3272) (#3664) · LemmyNet/lemmy@5cd4c6c

You will want to change your Cargo.toml to point to the Lemmy Github repository + either a specific tag or branch for the version you want to target.

See the examples here: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories

0
0 comments