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

chore: update toml lib to 0.7.6 #85

Merged
merged 1 commit into from Jul 31, 2023
Merged

Conversation

cyrinux
Copy link
Sponsor Contributor

@cyrinux cyrinux commented Jul 30, 2023

The parsing of my config looks still OK after using last upstream toml version instead of the fork.

@cyrinux cyrinux changed the title chore: update toml lib to 0.7.3 chore: update toml lib to 0.7.6 Jul 30, 2023
@maximbaz
Copy link
Owner

Looks good indeed, and I remember in particular the fork was needed to parse this kind of config:

[als.time]
thresholds = { 0 = "night", 7 = "dark", 9 = "dim", 11 = "normal", 13 = "bright", 16 = "normal", 18 = "dark", 20 = "night" }

Which is now parsed correctly.

Finally, this PR even fixes #47 😉

Thanks!

@maximbaz maximbaz merged commit befedfa into maximbaz:main Jul 31, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants