Tobias Bieniek
Tobias Bieniek
It looks like some people are rather unhappy about the new publish notifications introduced in #9341 (see https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/publish.20notification.20emails/near/465824072 and https://github.com/rust-lang/crates.io/issues/9355). This PR adds a per-user settings flag to opt-out of...
This is a tracking issue for the RFC "crates.io: Crate Deletions" (rust-lang/rfcs#3660). ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are also...
see https://github.com/rust-lang/cargo/pull/14591
In https://github.com/rust-lang/crates.io/pull/9622 we upgraded crates.io to the latest `async-compression` release (v0.4.14), which appears to be causing issues on our staging environment: https://rust-lang.sentry.io/share/issue/9e273e28600f48a5aec2ad9e127afbbf/ The code inside the `object_store` crate is throwing...
Maybe I'm missing something, but I don't see why we can't derive these implementations automatically. Well, except for https://github.com/lettre/lettre/pull/995, but that's a different conversation/PR đ
Without this things like `AsyncFileTransport` can't be cloned either, which kinda defeats the purpose of implementing `Clone` for it :D /cc @paolobarbolini
what is the purpose of having a `Coordinate` **and** a `Point` type? it seems to me that having `Point` should be sufficient.
We currently rely on the Rust `semver` crate to implement our "sort by semantic versioning" functionality, that is used by web interface, but also to determine the "default version". This...
This is a tracking issue for the RFC "crates.io: Trusted Publishing Support" (rust-lang/rfcs#3691). ### About tracking issues Tracking issues are used to record the overall progress of implementation. They are...
- [x] I have looked for existing issues (including closed) about this ## Bug Report ### Version 0.8.1 ### Crates `axum-macros` ### Description https://docs.rs/axum/latest/axum/extract/derive.FromRequest.html#the-whole-type-at-once claims that: > The rejection will...