diff options
| author | pml68 <contact@pml68.dev> | 2025-04-13 12:03:54 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:53:05 +0200 |
| commit | 606e22290e4542171ac18309d3cff27468c909fb (patch) | |
| tree | 38b180802456eb3fdb67ce36a8665bc8e84c030a /Cargo.lock | |
| parent | ci: set dependabot interval to monthly (diff) | |
| download | iced-builder-606e22290e4542171ac18309d3cff27468c909fb.tar.gz | |
feat(PKGBUILD): update pkgver fn, dependencies
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -650,6 +650,12 @@ dependencies = [ ] [[package]] +name = "camino" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" + +[[package]] name = "cc" version = "1.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" |
