Skip to content

Commit ed2c258

Browse files
Update pkg-config requirement from = 0.3.15 to = 0.3.26
Updates the requirements on [pkg-config](https://github.com/rust-lang/pkg-config-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/pkg-config-rs/releases) - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/pkg-config-rs@0.3.15...0.3.26) --- updated-dependencies: - dependency-name: pkg-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e46b646 commit ed2c258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ serde = {version = "1.0", features = ["derive"]}
99
serde_json = "1.0"
1010
log = "^0.4.0"
1111
# Pinning this to 0.3.15 due to kubos linux build issues with v0.3.16
12-
pkg-config = "= 0.3.15"
12+
pkg-config = "= 0.3.26"
1313

1414
kubos-system = { git = "ssh://git@github.com/Cube-OS/system-api.git"}
1515
# kubos-system = { path = "../system-api"}

0 commit comments

Comments
 (0)