fix(dep): add libc dependency
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7476567beb
commit
cd59b6463a
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ regex = "1.9.1"
|
||||||
reqwest = { version = "0.11.18", features = ["blocking"] }
|
reqwest = { version = "0.11.18", features = ["blocking"] }
|
||||||
uuid = { version = "1.4.0", features = ["serde", "v4"] }
|
uuid = { version = "1.4.0", features = ["serde", "v4"] }
|
||||||
tar = "0.4.39"
|
tar = "0.4.39"
|
||||||
|
libc = "0.2.80"
|
||||||
|
|
Loading…
Reference in a new issue