-
## Pre-release checklist
This is a checklist of things that should be done in the weeks leading to the release.
* [x] Verify that the milestone and checklist are complete
* [x] Verify with comp…
-
The following minimal Axum code used to work with v0.31.0, but no longer works with the last version. I believe this is because the local client is [no longer `Sync` in v0.32.0](https://docs.rs/libsql…
-
### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
34.100.1
### If you're self-hosting Renovate, select which plat…
-
Rust has several [formatter traits](https://doc.rust-lang.org/std/fmt/#formatting-traits), all of could be printed out (and likewise colored).
Currently this crate only provides a way to print via …
-
Right now, the bot is a mix of various "bars" of thoroughness and mediums, in configuration and organization. We should standardize how the bot should be structured as a collection of features. This d…
-
One issue is, when you cookiecutter out a repo like this and `cargo publish` it for the first time, you will be the only owner, and the only one who is authorized to put it on crates.io.
Then, if s…
-
### Steps to reproduce the bug with the above code
1. Create a new project `foobar` & move into it:
```shell
cargo new foobar
cd foobar
```
2. Add the crate `sample` to the n…
-
### Problem
I have 100+ workspace crates. In order for any of them to use each other, they need to use relative path.
It would be nice to just use:
```toml
[dependencies]
my-crate.workspace =…
-
Hi! :wave:
When trying to upgrade the Arch Linux package to 0.6.1 I noticed that now a new library is required: https://github.com/AudioSceneDescriptionFormat/asdf-rust
```
checking for asdf..…
dvzrv updated
8 months ago
-
### Problem
Today, crates provided by e.g. crates.io are downloaded in a (somewhat loosely defined?) archive format, with a `.crate` extension. Example: https://static.crates.io/crates/clap/clap-3.0.…