Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccurate docs about toml #71

Open
matklad opened this issue Apr 20, 2023 · 1 comment
Open

Inaccurate docs about toml #71

matklad opened this issue Apr 20, 2023 · 1 comment

Comments

@matklad
Copy link

matklad commented Apr 20, 2023

https://docs.rs/system-deps/latest/system_deps/#overriding-library-name

toml keys cannot contain dot characters

I don't think this is true, the following should work (and, adguably, should be recommended?)

[package.metadata.system-deps]
"glib-2.0" = "2.64"

https://toml.io/en/v1.0.0#keys

@gdesmott
Copy link
Owner

Indeed, I guess that should work.

I'd prefer to have a test using this before changing the doc. PR welcomes. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants