Skip to content

Commit

Permalink
Moved comment line, as it only applies to the one specific patch, not…
Browse files Browse the repository at this point in the history
… the entire crates.io patch section.
  • Loading branch information
soenkeliebau committed Feb 12, 2024
1 parent 461017c commit c920eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1"

[patch.crates-io]
# We need this override, because built in version 0.7 onwards doesn't have a config setting to
# suppress writing the environment anymore.
# This breaks our Tilt workflow with the following error:
# `Missing expected environment variable "CARGO_PKG_LICENSE"`
# We patch this dependency with a fork which removes this feature and have openend an issue upstream:
# https://github.com/lukaslueg/built/issues/62
[patch.crates-io]
built = { git = "https://github.com/stackabletech/built.git", branch = "feat/skip-environment", features = ["chrono", "git2", "skip-environment"] }

# [patch."https://github.com/stackabletech/operator-rs.git"]
Expand Down

0 comments on commit c920eef

Please sign in to comment.