Skip to content

Commit c988af8

Browse files
Update examples/basic/Cargo.toml
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent b3195f0 commit c988af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/basic/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[workspace]
2+
resolver = "3"
3+
members = ["kernel"]
4+
15
[package]
26
name = "basic"
37
version = "0.1.0"
@@ -6,10 +10,6 @@ edition = "2024"
610
[dependencies]
711
ovmf-prebuilt = "0.2.4"
812

9-
[workspace]
10-
resolver = "3"
11-
members = ["kernel"]
12-
1313
[build-dependencies]
1414
kernel = { path = "kernel", artifact = "bin", target = "x86_64-unknown-none" }
1515
bootloader = "0.11.12"

0 commit comments

Comments
 (0)