diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5d8fde..28ddb70 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-15-intel + - os: macos-26-intel target: x86_64-apple-darwin artifact_name: capglyph-macos-x86_64 os_name: macos diff --git a/Cargo.toml b/Cargo.toml index 192fc70..d09efc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capglyph" -version = "0.1.3" +version = "0.1.4" 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.3" } +capglyph-server = { path = "crates/capglyph-server", version = "0.1.4" } 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 091bf16..274bf4a 100644 --- a/crates/capglyph-server/Cargo.toml +++ b/crates/capglyph-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capglyph-server" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "CapGlyph credential server (sigild) — DB + atomic consume + revocation/audit" license = "Apache-2.0"