-
@ValuedMammal We've had a lot of back and forth on this PR: #103, mostly because I only ran `cargo test` and missed tests in the matrix, was wondering if you what you think about adding a justfile so …
-
We have a project that uses zstd-sys, which in turn pulls in libiconv and libcharset dependencies. On rust 1.81 and prior cargo-zigbuild was able to link properly via what looks like the tbd files th…
-
There are quite a number of rust projects that are not building because they depend on the serde crate. But the serde crate requires a more up to date version of rustc (as the current version hasn't b…
-
I have below entries in my own west.yml including Zephyr RTOS:
projects:
- name: zephyr
remote: zephyrproject-rtos
# revision: v3.7.0
revision: main
import: true
…
-
Hi,
FYI, see title.
This is because the time crate fails with:
```
error[E0282]: type annotations needed for `Box`
--> /pbulk/work/devel/cargo-outdated/work/vendor/time-0.3.29/src/format_desc…
-
Hi.
So I (TypeScript/React developer) decided to spend my weekend learning Rust and creating a ToDo application using Leptos and Axum (apparently).
I'm using Github, Nix (Flakes) (CI), Leptos (…
-
When generating many build files with `cargo-bazel` in `crates_vendor()` rule. We can constantly see errors when running `crates_vendor` as part of pre-commit hook:
```
buildifier: open /.../third…
-
## Problem
Context:
- The trusted relayer ISM looks at state in the Mailbox to determine who the msg.sender was that originally called the process function there.
- The Rust relayer's logic for b…
-
## Issue description
It's hard to build rust packages that rely on crates within sibling directories.
This is an example:
```toml
[dependencies]
log = "0.4"
lazy_static = "1.0"
serde = "1.0"
…
-