Skip to content

chore: update flake.lock to latest logos-cpp-sdk#162

Open
jimmy-claw wants to merge 1 commit intomasterfrom
jimmy/lmao-issue-146-20260416
Open

chore: update flake.lock to latest logos-cpp-sdk#162
jimmy-claw wants to merge 1 commit intomasterfrom
jimmy/lmao-issue-146-20260416

Conversation

@jimmy-claw
Copy link
Copy Markdown
Owner

Summary

  • Updated logos-core-module/flake.lock to pull in the latest logos-cpp-sdk and all transitive Nix dependencies
  • Verified Rust workspace builds cleanly with default features (cargo build --workspace)
  • All workspace tests pass (cargo test --workspace)
  • --all-features build expectedly fails due to missing liblogos_core.so at link time (pre-existing, not a regression)

Test results

  • cargo build --workspacepass
  • cargo test --workspaceall tests pass (unit, doc-tests)
  • cargo build --workspace --all-features — fails on logos_core link (expected, requires native lib)

SDK changes verified against

No breaking changes detected in the Rust workspace.

Fixes #146

🤖 Generated with Claude Code

Updates logos-cpp-sdk and all transitive Nix dependencies to their
latest revisions. Rust workspace builds and all tests pass with
default features. No breaking changes detected.

Refs #146

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: run LMAO tests against latest logos-cpp-sdk

1 participant