Skip to content

Commit c93fc7d

Browse files
committed
workspace: update Cargo.toml
1 parent 5ba7c5e commit c93fc7d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ exclude = [
1313
bitflags = "2.6.0"
1414
derive_more = { version = "~0.99.18", default-features = false, features = ["display"] }
1515
log = { version = "~0.4", default-features = false }
16+
ptr_meta = { version = "~0.2", default-features = false }
1617

17-
# This way, the "multiboot2" dependency in the multiboot2-header crate can be
18-
# referenced by version, while still the repository version is used
19-
# transparently during local development.
18+
# This way, the corresponding crate dependency can be normalley referenced by
19+
# version, while still the repository version is used transparently during local
20+
# development.
2021
[patch.crates-io]
2122
multiboot2 = { path = "multiboot2" }
23+
multiboot2-common = { path = "multiboot2-common" }

0 commit comments

Comments
 (0)