Skip to content

Commit

Permalink
build: do not need workspace on individual packages
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Mar 25, 2024
1 parent a1c86ae commit f1f843f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/control_flow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]
#[workspace]

[package]
name = "control_flow"
Expand Down
2 changes: 1 addition & 1 deletion projects/functions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]
#[workspace]

[package]
name = "functions"
Expand Down

0 comments on commit f1f843f

Please sign in to comment.