summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-11 22:30:26 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-11 22:30:26 -0500
commit05935810d4fdef733caab590e5c75b351c1771e4 (patch)
tree1a474af697ee72ba824c0e530556d0804ece59d4 /Cargo.toml
parent6c94102afc70ce28eee3d17aad997a056aaf9195 (diff)
Updated DependenciesHEADv0.3.1master
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"