Skip to content

Commit

Permalink
Update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgian committed Mar 9, 2023
1 parent 406f5ee commit ae4ae5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = ["bootloader", "kernel"]
[workspace.package]
version = "0.1.0"
authors = ["Gianmatteo Palmieri <[email protected]>"]
description = "A short description of my package"
edition = "2021"

[profile.dev]
Expand Down
3 changes: 0 additions & 3 deletions bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name = "felix-bootloader"
version.workspace = true
authors.workspace = true
description.workspace = true
edition.workspace = true

[dependencies]


1 change: 0 additions & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "felix-kernel"
version.workspace = true
authors.workspace = true
description.workspace = true
edition.workspace = true

[dependencies]

0 comments on commit ae4ae5d

Please sign in to comment.