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 10ab85a..2dc41f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "occule"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
[features]
@@ -9,7 +9,7 @@ jpeg = ["dep:img-parts"]
lossless = ["dep:image"]
[dependencies]
-thiserror = "1.0.61"
+thiserror = "^1.0"
[dependencies.img-parts]
version = "0.3.0"