-
If you build zbus from git using `cargo build --features gvariant` it would fail with the following
```
user@toolbox ~/P/zbus (main)> cargo build --features gvariant
Blocking waiting for file …
-
The README only documents a handful of the features (native, pio, binstart and libstart). However, there are several more:
* std
* alloc_handler
* panic_handler
While I can guess roughly about…
-
Since our release process is split into 2 steps (node - 5 point release, signer - 6 point release), and this is what users are familiar with, we'll have to update the documentation and workflow proces…
-
Hi,
did update the Cargo.toml but cargo check failed...
1. git clone https://github.com/playfulFence/esp-clock
2. cd esp-clock
3. update the Cargo.toml
4. . ~/export-esp.sh
5. cargo check
…
ds2k5 updated
3 weeks ago
-
Seems like zbus had a new major release recently ([zbus 5.0.0 Release notes](https://github.com/dbus2/zbus/releases/tag/zbus-5.0.0)) and since that's "the main dependency" of this crate, let's update …
-
[In the book](https://embassy.dev/book/#_cargo_toml_2), the current recommended method of using `embassy` inside your cargo project is to set a patch with its git link and revision. As seen below...
…
-
I think it would be helpful to have access to the full dependency graph of any crate as part of the logging functionality of cargo sherlock. `cargo tree` displays the full dependency graph of a packag…
-
The version of my package is currently determined dynamically within the build.rs build script and passed the package targets via `CARGO_PKG_VERSION`. The `version` field is removed from cargo.toml so…
-
Hi,
I've seen there is a `wasm` feature defined for crate `zstd`
https://github.com/gyscos/zstd-rs/blob/2b63859f04732add93f740c07ef29e4b3e50d1af/Cargo.toml#L38
However there is no code using it…
-
### Summary 💡
As suggested in a [Fedora package review](https://bugzilla.redhat.com/show_bug.cgi?id=2293784), you might consider replacing the [`cargo_toml` crate](https://crates.io/crates/cargo_to…