Add targets to MSRV cargo check#27
Conversation
|
My only worry is that |
I just realized I forgot to add the As for your worries - you are right, but, interestingly, While in case of running BUT! If this is a binary crate, and we run it with the command above, we get an error Possible ways out:
[
{
"kind": [
"lib"
],
"crate_types": [
"lib"
],
"name": "checking",
"src_path": "/tmp/checking/src/lib.rs",
"edition": "2024",
"doc": true,
"doctest": true,
"test": true
},
{
"kind": [
"bin"
],
"crate_types": [
"bin"
],
"name": "checking",
"src_path": "/tmp/checking/src/main.rs",
"edition": "2024",
"doc": true,
"doctest": false,
"test": true
}
]
|
|
I like the idea of auto-detecting here I think — it's always unfortunate if users need to carry permanent diffs! |
as per this thread