diff options
| author | andromeda <andromeda@lenovo> | 2026-04-14 23:21:51 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-14 23:21:51 +0200 |
| commit | 8c0894e8eb1dcb73d8cc0c58eb8992931d41df0c (patch) | |
| tree | 32455875842c651f7809cbc5cef8210d93c1b6cd /Cargo.toml | |
| parent | f32d5dd7aa1eb4b87c2cc6f49e3357fe46d18aa0 (diff) | |
update anki_bridge
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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"] |
