Skip to content

Commit 885372e

Browse files
committed
Use workspace dependency for bootloader-boot-config in top-level Cargo.toml
1 parent 862c9b4 commit 885372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fatfs = { version = "0.3.4", default-features = false, features = [
5555
tempfile = "3.3.0"
5656
mbrman = { version = "0.5.1", optional = true }
5757
gpt = { version = "3.0.0", optional = true }
58-
bootloader-boot-config = { version = "0.11.0", path = "common/config" }
58+
bootloader-boot-config = { workspace = true }
5959
serde_json = "1.0.91"
6060

6161
[dev-dependencies]

0 commit comments

Comments
 (0)