diff --git a/Cargo.toml b/Cargo.toml index 448d8d0..6875a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" log = "^0.4.0" # Pinning this to 0.3.15 due to kubos linux build issues with v0.3.16 -pkg-config = "= 0.3.15" +pkg-config = "= 0.3.25" kubos-system = { git = "ssh://git@github.com/Cube-OS/system-api.git"} cubeos-error = { git = "ssh://git@github.com/Cube-OS/cubeos-error.git"}