summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9299617..fdcd135 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"