Skip to content

chore: update toml lib to 0.7.6#85

Merged
max-baz merged 1 commit intomax-baz:mainfrom
cyrinux:chore/update-toml
Jul 31, 2023
Merged

chore: update toml lib to 0.7.6#85
max-baz merged 1 commit intomax-baz:mainfrom
cyrinux:chore/update-toml

Conversation

@cyrinux
Copy link
Copy Markdown
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 force-pushed the chore/update-toml branch from 932536e to c7b44cf Compare July 30, 2023 15:54
@cyrinux cyrinux changed the title chore: update toml lib to 0.7.3 chore: update toml lib to 0.7.6 Jul 30, 2023
@max-baz
Copy link
Copy Markdown
Owner

max-baz commented Jul 31, 2023

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!

@max-baz max-baz merged commit befedfa into max-baz:main Jul 31, 2023
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.

2 participants