Hello. I have a weird result related to this change. I have a Cargo.toml like this:
...
description = "<Not related>"
authors = ["<Not related>"]
build = "build.rs"repository = "https://github.com/<not-related>"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
...
Hello. I have a weird result related to this change. I have a Cargo.toml like this:
As you see there is a syntax error in this line:
I didn't investigate the reason nor try to solve it but this might work:
But if it works, it would be weird as well.