Skip to content
Closed
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
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ atmis = { version = "0.2.0", path = "crates/atmis" }
# WHY: snafu is the fleet-wide error library per kanon RUST.md. Pinned at the
# workspace root so the single heurema crate inherits via `workspace = true`,
# matching the inheritance pattern adapter sub-crates will use later.
snafu = "0.8"
snafu = "0.9"

# WHY: heurema's PersistenceBackend bound (crates/heurema/src/persistence.rs)
# needs Serialize on save and DeserializeOwned on load, so heurema itself
Expand Down
Loading