diff options
author | Silas Bartha <[email protected]> | 2024-12-11 22:30:26 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 22:30:26 -0500 |
commit | 05935810d4fdef733caab590e5c75b351c1771e4 (patch) | |
tree | 1a474af697ee72ba824c0e530556d0804ece59d4 /Cargo.toml | |
parent | 6c94102afc70ce28eee3d17aad997a056aaf9195 (diff) |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "occule" -version = "0.3.0" +version = "0.3.1" edition = "2021" [features] @@ -13,7 +13,7 @@ wav = ["dep:hound"] [dependencies] base64 = "0.22" -thiserror = "1.0" +thiserror = "2.0" itertools = "0.13" num-traits = "0.2" |