-
### Description of the bug
```
root@a7ef32367e09:/usr/local/src# cargo build --target x86_64-unknown-linux-musl --release
warning: /usr/local/src/Cargo.toml: `default_features` is deprecated in f…
-
```
Subject: [sourmash-bio/sourmash] Run failed: Rust publish - r0.17.0 (e86c8a8)
[sourmash-bio/sourmash] Rust pu…
-
Try embedding SeaORM (remove dep from end user project, all SeaORM operations and types come from the main `loco` namespace: `loco::sea_orm`).
This experiment might help to consider the pros/cons o…
-
Use [tokio-rs/loom](https://github.com/tokio-rs/loom) for safety checking.
-
On FreeBSD cargo-c uses the "cc" executable, which is at odds with the ports' ability to override the C and C++ compilers.
How to make cargo-c to always use the CC environment variable?
-
I tried to build a normal leptos app
and consume a grpc service
it works ...
so I headed on testing it with leptos-spin
i added this on `Cargo.toml`
```toml
[dependencies]
...
tonic…
-
The cargo book writes about the Manifest options `include` and `exclude` [here](https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields) and about publishing [here](http…
-
## Context
There is a tool called [taplo](https://taplo.tamasfe.dev/) that can check and format TOML files. Since different IDEs by default have different rules for formatting TOML files, we want to …
-
Hi, if I try to include and use
injective-test-tube = "1.13.2-auction"
The project is not build with tons of errors like these
```
error[E0277]: the trait bound `injective_std::types::…
-
### Summary
Adding this section to Cargo.toml produces no errors or warnings:
```bash
[lints.clippy]
asdf = "deny"
```
I'm trying to do this:
```bash
[lints.clippy]
blocks_in_conditions = "…