mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Merge pull request #6325 from uutils/renovate/cpp-0.x
fix(deps): update rust crate cpp to 0.5.9
This commit is contained in:
commit
6c666123c1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ crate-type = [
|
||||||
] # XXX: note: the rlib is just to prevent Cargo from spitting out a warning
|
] # XXX: note: the rlib is just to prevent Cargo from spitting out a warning
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cpp = "0.5"
|
cpp = "0.5.9"
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue