v1.6.5: bump version (freemkv-unlock git-pinned for the tag)

This commit is contained in:
freemkv release
2026-08-20 06:35:01 +00:00
parent 14408b75a0
commit 9560248c49
+2 -2
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "libfreemkv" name = "libfreemkv"
version = "1.6.4" version = "1.6.5"
edition = "2024" edition = "2024"
rust-version = "1.97" rust-version = "1.97"
license = "MIT" license = "MIT"
@@ -26,7 +26,7 @@ aes = "0.9"
# Interim path dep for local cross-repo dev; the release script re-pins this to # Interim path dep for local cross-repo dev; the release script re-pins this to
# `{ git = ".../freemkv-unlock", tag = "vX.Y.Z" }` before tagging libfreemkv (so # `{ git = ".../freemkv-unlock", tag = "vX.Y.Z" }` before tagging libfreemkv (so
# the released tag resolves freemkv-unlock from git, not a sibling path). # the released tag resolves freemkv-unlock from git, not a sibling path).
freemkv-unlock = { path = "../freemkv-unlock" } freemkv-unlock = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.6.5" }
rand = "0.10" rand = "0.10"
zip = { version = "8", default-features = false, features = ["deflate"] } zip = { version = "8", default-features = false, features = ["deflate"] }
base64 = "0.23" base64 = "0.23"