summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-14 23:21:51 +0200
committerandromeda <andromeda@lenovo>2026-04-14 23:21:51 +0200
commit8c0894e8eb1dcb73d8cc0c58eb8992931d41df0c (patch)
tree32455875842c651f7809cbc5cef8210d93c1b6cd /Cargo.toml
parentf32d5dd7aa1eb4b87c2cc6f49e3357fe46d18aa0 (diff)
update anki_bridge
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a5fb2a..6f167ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,13 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-crossterm = { version = "0.29.0", default-features = false, features = ["events"] }
+[dependencies.crossterm]
+version = "0.29.0"
+default-features = false
+features = ["events"]
+
+# minor versions of this package have breaking changes :/
+# thus the exact versioning
[dependencies.anki_bridge]
-version = "0.10"
+version = "=0.10.2"
features = ["ureq_blocking"]