Skip to content

Commit 005bd67

Browse files
authored
Merge pull request #162 from Rust-for-Linux/dev/cargo
Use Cargo workspaces and update quote to match kernel
2 parents 7441d79 + 22029d3 commit 005bd67

4 files changed

Lines changed: 8 additions & 68 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ repository = "https://github.com/Rust-for-Linux/pin-init"
1515
keywords = ["safe", "pin", "init", "no-std", "rust-patterns"]
1616
categories = ["no-std", "rust-patterns", "embedded"]
1717

18+
[workspace]
19+
members = ["internal"]
20+
1821
[dependencies]
1922
pin-init-internal = { path = "./internal", version = "=0.3.0" }
2023

internal/Cargo.lock

Lines changed: 0 additions & 63 deletions
This file was deleted.

internal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repository = "https://github.com/Rust-for-Linux/pin-init"
1414
proc-macro = true
1515

1616
[dependencies]
17-
quote = "1.0"
18-
proc-macro2 = "1.0"
19-
syn = { version = "2.0.86", features = ["full", "parsing", "visit-mut"] }
17+
quote = "1.0.40"
18+
proc-macro2 = "1.0.101"
19+
syn = { version = "2.0.106", features = ["full", "parsing", "visit-mut"] }
2020

2121
[build-dependencies]
2222
rustc_version = "0.4"

0 commit comments

Comments
 (0)