v1.4.4: bump version (unified release)
leak-guard / leak-guard (push) Successful in 11s
Release / verify (push) Successful in 4s
CI / test (push) Failing after 38s
CI / lint (push) Successful in 1m36s
Release / release (push) Failing after 5s
Release / test (push) Successful in 1m17s

This commit is contained in:
Matthew Jackson
2026-07-16 21:44:10 -07:00
parent 629de9986e
commit 4cac3d2029
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "freemkv-keysources"
version = "1.4.3"
version = "1.4.4"
edition = "2024"
rust-version = "1.86"
license = "MIT"
@@ -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.4.3" }
libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.4.4" }