Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp Oppermann
b44d8ab7fc Merge pull request #1412 from tigeryant/post-01
Added [[bin]] section to Cargo.toml
2025-05-09 15:46:51 +02:00
John Davies
c551fec1ce Added [[bin]] section to Cargo.toml with test and bench set to false to prevent duplicate definition of lang item 2025-05-02 00:35:50 +07:00

View File

@@ -11,3 +11,8 @@ panic = "abort"
[profile.release] [profile.release]
panic = "abort" panic = "abort"
[[bin]]
name = "blog_os"
test = false
bench = false