Skip to content

set up cargo workspace, fix derive tests#5

Merged
colinrozzi merged 1 commit intomainfrom
cargo-workspace
Apr 27, 2026
Merged

set up cargo workspace, fix derive tests#5
colinrozzi merged 1 commit intomainfrom
cargo-workspace

Conversation

@colinrozzi
Copy link
Copy Markdown
Owner

  • Add [workspace] with all sub-crates as members
  • workspace.dependencies with version + path for correct git dep resolution
  • Fix derive_tests to match current Value enum shape (struct variants)

- Add [workspace] with all sub-crates as members
- Use workspace.dependencies for internal deps (version + path)
- Fix derive_tests: update Value::Record and Value::Variant patterns
- Gate derive_tests behind cfg(feature = derive), add CI step for them
- Fix clippy warnings across workspace
- Fix default-features warning for pack-abi
@colinrozzi colinrozzi merged commit cb2f586 into main Apr 27, 2026
2 checks passed
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