-
Let's migrate to hyper 1.0
## List of tasks:
- [x] #9234 with revert #9268 and fixed resubmission #9299
- [x] #9254
- [x] #9257
- [x] #9324
- [ ] migrate `compute_tools`, it's independent of th…
-
Currently, all of Rust's releases and all crates are stored on AWS. While we have multiple measures in place to prevent accidental deletion of releases or crates, e.g. bucket replication to a differen…
-
Keeping the internals of the errors exposed is a compatibility hazard since we haven't figured them out yet. To speed up stabiliztion I propose:
* We close all errors internal representations for n…
-
I've scraped (I'm lazy, I should have used the [database dumps](https://crates.io/data-access#database-dumps)) the top 20k crates by recent downloads count. I've published the list and the script at h…
-
Ideally all changes are contained in crates within the `crates/telos` directory, and not managed via feature flags. This issue is to track investigation into how we could reduce feature flags by movi…
-
Using `[patch.crates-io]` in your `Cargo.toml` to patch to local copies of a crate via `CRATE_NAME = { path = "path/to/crate"}` is currently failing with an error of style: `Error: The package 'Name("…
-
As I'm using `patch.crates-io` in `Cargo.toml` it does not seem to pick this change up when publishing to crates.io, or generally using it as a dependecy. Therefore the example code provided will not …
-
## bug description
Following on #79 , opening a new issue here. Just installed 0.2.5 and whenever I try to copy I get an error displayed on the screen saying "cat: write error: broken pipe" (see scre…
-
### Problem:
Host machine: x86_x64_linux_unkown
Trying to compile aws-lc-rs/sys for mips-unknown-linux-musl using cross-rs fails :
```
The following warnings were emitted during compilation:
…
-
### Describe the bug
https://lib.rs/crates/zenoh-shm depends on https://lib.rs/crates/lockfree which is unmaintained and also unsound (using std::mem::uninitialized). I have tried reaching out to the…