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
17 changes: 9 additions & 8 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 = "ciris-status"
version = "0.3.69"
version = "0.3.70"
edition = "2021"
description = "The ciris.ai public health/status surface — now a ciris-server fabric node + a StatusAdapter (mirrors CIRISAgent's adapter model). Serves /health, /v1/status, /api/v1/status, /api/v1/status/history + the public scoring roster (Flow A, own corpus) + live SSE/WS, by live outbound probes + a SQLite uptime history. The federation node (engine, edge, consent:replication, read API, ownership, safety, NAT-traversal) is ciris-server's serve; the status page is the adapter."
license = "AGPL-3.0-or-later"
Expand Down Expand Up @@ -233,7 +233,7 @@ libc = "0.2"
# that path runs here — the pin moves so the two nodes on the canonical host
# run one server build. Substrate unchanged: persist v42.0.0 / edge v21.0.0 /
# verify v15.0.0 / leviculum v0.25.0+ciris.1.
ciris-server = { git = "https://github.com/CIRISAI/CIRISServer", tag = "v0.5.203" }
ciris-server = { git = "https://github.com/CIRISAI/CIRISServer", tag = "v0.5.204" }

# NO ciris-persist PIN. persist arrives through ciris-server's `pub use
# ciris_persist` re-export, so this crate cannot resolve a different persist
Expand Down
Loading