From 3c416813f824000fbb0a92ac4a5db235a9687c82 Mon Sep 17 00:00:00 2001 From: Xuepoo Date: Wed, 2 Sep 2026 00:57:49 +0800 Subject: [PATCH] chore: bump to 0.1.5 and use macos-14 for both mac targets --- .github/workflows/release.yml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- crates/capglyph-server/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ddb70..eb85355 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: target: x86_64-pc-windows-msvc artifact_name: capglyph-windows-x86_64.exe os_name: windows - - os: macos-26-intel + - os: macos-14 target: x86_64-apple-darwin artifact_name: capglyph-macos-x86_64 os_name: macos diff --git a/Cargo.lock b/Cargo.lock index 66dab7f..36aa19c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "capglyph" -version = "0.1.2" +version = "0.1.5" dependencies = [ "aead", "anyhow", @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "capglyph-server" -version = "0.1.2" +version = "0.1.5" dependencies = [ "aead", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d09efc4..b387708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capglyph" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Invisible structural watermark for images — human-invisible, machine-detectable" license = "Apache-2.0" @@ -84,7 +84,7 @@ time = { version = "0.3", features = ["formatting"], optional = true } clap = { version = "4.5", features = ["derive"] } glob = "0.3" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -capglyph-server = { path = "crates/capglyph-server", version = "0.1.4" } +capglyph-server = { path = "crates/capglyph-server", version = "0.1.5" } rand = "0.8" uuid = { version = "1.8", features = ["v4", "serde"] } diff --git a/crates/capglyph-server/Cargo.toml b/crates/capglyph-server/Cargo.toml index 274bf4a..b246db5 100644 --- a/crates/capglyph-server/Cargo.toml +++ b/crates/capglyph-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capglyph-server" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "CapGlyph credential server (sigild) — DB + atomic consume + revocation/audit" license = "Apache-2.0"