v1.2.2: bump version (unified release)

This commit is contained in:
Matthew Jackson
2026-07-03 20:50:20 -07:00
parent f93dddf40c
commit ff63a4dfa9
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "freemkv-keysources"
version = "1.2.1"
version = "1.2.2"
edition = "2024"
rust-version = "1.86"
license = "AGPL-3.0-only"
@@ -40,4 +40,4 @@ codegen-units = 1
# overrides it with a path patch via the gitignored .cargo/config.toml (a
# config-level [patch.crates-io] wins over this manifest one for the same crate).
[patch.crates-io]
libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.2.1" }
libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.2.2" }