mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
9aeae030e7
Updates the requirements on [diffy](https://github.com/bmwill/diffy) to permit the latest version. - [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md) - [Commits](https://github.com/bmwill/diffy/commits) --- updated-dependencies: - dependency-name: diffy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
264 B
TOML
13 lines
264 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.43"
|
|
clap = { version = "4", features = ["derive"] }
|
|
pretty_env_logger = "0.5.0"
|
|
log = "0.4.17"
|
|
rayon = { version = "1.6.1", optional = true }
|
|
diffy = "0.4.0"
|