diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-06-24 14:40:06 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-06-24 14:40:06 +0100 |
| commit | ef8e2a490c63907fe31988654a54304b5b1ee1b9 (patch) | |
| tree | 63e27058a6562350f5c7175022e1334f9fa54ad6 | |
| parent | 173ab188b326fbe78cfba4ab455a74619f4556bb (diff) | |
fix: binary wont run
on machines not used to compile. it produces error:
'cannot execute: required file not found'
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1820,9 +1820,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" | |||
| 1820 | 1820 | ||
| 1821 | [[package]] | 1821 | [[package]] |
| 1822 | name = "nostr" | 1822 | name = "nostr" |
| 1823 | version = "0.32.0" | 1823 | version = "0.32.1" |
| 1824 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1825 | checksum = "1534cec170e72b57b82323422ac243716d9817d13ed77f3b952eb5133ebef060" | 1825 | checksum = "f7948938314ee0392f378ab1a5d58b4707f2207550bc410b1629a80a4f28af7d" |
| 1826 | dependencies = [ | 1826 | dependencies = [ |
| 1827 | "aes 0.8.4", | 1827 | "aes 0.8.4", |
| 1828 | "base64 0.21.7", | 1828 | "base64 0.21.7", |