Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/capglyph-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down