Remove the version pin
- ID
863adf2- date
2025-12-16 23:39:13+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
5b8a49b- message
Remove the version pin- changed files
1 file, 1 addition, 1 deletion
Changed files
Cargo.toml (207) → Cargo.toml (206)
diff --git a/Cargo.toml b/Cargo.toml
index 9c52aa8..f116279 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
assert_cmd = "2.0.17"
clap = { version = "4", features = ["derive"] }
-image = "=0.25.9"
+image = "0.25.9"
predicates = "3"
tempfile = "3"