mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Added [[bin]] section to Cargo.toml with test and bench set to false to prevent duplicate definition of lang item
This commit is contained in:
@@ -11,3 +11,8 @@ panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
[[bin]]
|
||||
name = "blog_os"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
Reference in New Issue
Block a user