diener icon indicating copy to clipboard operation
diener copied to clipboard

Diener - dependency diener is a tool for easily changing https://github.com/paritytech/substrate or https://github.com/paritytech/polkadot dependency versions

Results 12 diener issues
Sort by recently updated
recently updated
newest added

The `check-features` subcommand checks all `Cargo.toml` files in a given folder for dependencies that have `default-features = false` but are not part of the `std` feature. This functionality was originally...

Problem: Given the following folder structure ``` project └── project2 ``` If I want to patch project2 into project, the command would be `diener patch --target something --crates-to-patch project/project2 --path...

This could be in the form of a new `check` command or based on `update` with a new `--dry-run` flag. The goal is to be able to check whether a...

would be great if when running metadata takes a long time, to give a hint that it has not just hung. E.g. running it against master of https://github.com/AcalaNetwork/Acala.git for patching...

Currently the sections like `[target.'cfg(target_arch="x86_64")'.dependencies]` are not handled, it's a great addition as this syntax is already used in the substrate repo IMO. I'll see if I can find some...

This PR adds support for the Polkadot-SDK monorepo by introducing the flag `--sdk` in both patch and update commands.

This PR aims to solve the problem discussed in this forum post: https://forum.polkadot.network/t/publish-substrate-to-crates-io/949/39?u=nachopal It adds two new options to the `update` subcommand: - `--version`: this specifies the source of the...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @​joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...

dependencies

The description and readme haven't been updated to account for the monorepo structure:

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. Release notes Sourced from actions/upload-artifact's releases. v3.1.3 What's Changed chore(github): remove trailing whitespaces by @​ljmf00 in actions/upload-artifact#313 Bump @​actions/artifact version to v1.1.2 by @​bethanyj28...

dependencies