Skip to content

Use Cargo workspaces and update quote to match kernel#162

Merged
nbdd0121 merged 2 commits into
mainfrom
dev/cargo
Jul 22, 2026
Merged

Use Cargo workspaces and update quote to match kernel#162
nbdd0121 merged 2 commits into
mainfrom
dev/cargo

Conversation

@nbdd0121

Copy link
Copy Markdown
Member

Currently workspace are not used so the dependencies are pinned twice in the two Cargo.lock files. Use workspace instead.

Also update quote's version to match that of kernel (both syn and proc-macro2 matches but quote is lagging behind).

nbdd0121 added 2 commits July 22, 2026 13:40
Currently workspace are not used so the dependencies are pinned twice in
the two Cargo.lock files. Use workspace instead.

Signed-off-by: Gary Guo <gary@garyguo.net>
Match pin-init-internal's dependency version with that of kernel. We don't
testing on older versions so make this explicit in Cargo.toml.

The locked version of syn and proc-macro2 already matches that of kernel;
kernel uses quote 1.0.40, so update to that version.

Signed-off-by: Gary Guo <gary@garyguo.net>
@nbdd0121
nbdd0121 merged commit 005bd67 into main Jul 22, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant