Skip to content

Conversation

@manushT
Copy link
Collaborator

@manushT manushT commented Nov 6, 2025

No description provided.

@manushT manushT self-assigned this Nov 6, 2025
[dependencies]
linkme = "0.3"
satchel-macro = "0.3.0"
satchel-macro = { path = "../satchel-macro" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be possible to just use satchel-macro.workspace = true and then add the following to the workspace Cargo.toml:

[workspace.dependencies]
satchel-macro = { path = "crates/satchel-macro", version = "0.3.0" }

At least that is what we use in CXX-Qt and allows us to release without fuzz, but also keeps the dependencies in synch within the workspace.

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.

3 participants