Skip to content

Use the local satchel-macro#14

Open
manushT wants to merge 1 commit into
mainfrom
local_satchel_macro
Open

Use the local satchel-macro#14
manushT wants to merge 1 commit into
mainfrom
local_satchel_macro

Conversation

@manushT

@manushT manushT commented Nov 6, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@manushT manushT self-assigned this Nov 6, 2025
Comment thread crates/satchel/Cargo.toml
[dependencies]
linkme = "0.3"
satchel-macro = "0.3.0"
satchel-macro = { path = "../satchel-macro" }

Copy link
Copy Markdown

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.

2 participants