diff options
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" |