Skip to content

Add missing uuid v4 feature flag#2

Open
ekulkisnek wants to merge 1 commit intoLayerTwo-Labs:masterfrom
ekulkisnek:fix/uuid-v4-feature
Open

Add missing uuid v4 feature flag#2
ekulkisnek wants to merge 1 commit intoLayerTwo-Labs:masterfrom
ekulkisnek:fix/uuid-v4-feature

Conversation

@ekulkisnek
Copy link
Copy Markdown

Summary

  • Uuid::new_v4() is called in app/rpc_server.rs and cli/lib.rs but the workspace uuid dependency was declared without features = ["v4"], causing error[E0599]: no method named 'new_v4' found.
  • One-line fix: uuid = { version = "1.13.1", features = ["v4"] }.

Test plan

  • cargo build succeeds
  • cargo test passes

🤖 Generated with Claude Code

Uuid::new_v4() is called in app/rpc_server.rs and cli/lib.rs but the
workspace uuid dependency was declared without features = ["v4"], causing
an E0599 compile error.

Co-Authored-By: Claude Sonnet 4.6 <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.

1 participant