diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-22 16:11:21 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-22 16:11:21 +0300 |
| commit | 0b23cf48e7aba160b2786d8359e8cfb4ca13da07 (patch) | |
| tree | fe76daf7987d78fae1537c07cb1bddc96e79876f /Cargo.lock | |
| parent | 7356238ffbdb8d0e1229124eff23295cf3f410e2 (diff) | |
| download | fparkan-0b23cf48e7aba160b2786d8359e8cfb4ca13da07.tar.xz fparkan-0b23cf48e7aba160b2786d8359e8cfb4ca13da07.zip | |
fix: use canonical sha256 world hashes
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -287,6 +287,9 @@ dependencies = [ [[package]] name = "fparkan-world" version = "0.1.0" +dependencies = [ + "fparkan-binary", +] [[package]] name = "miniz_oxide" |
