Skip to content

Commit

Permalink
chore: update toml lib to 0.7.6 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux authored Jul 31, 2023
1 parent 8e33069 commit befedfa
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 7 deletions.
69 changes: 63 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wayland-client = { version = "0.29.5", features = ["dlopen"] }
wayland-protocols = { version = "0.29.5", features = ["client", "unstable_protocols"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
toml = { git = "https://github.com/HarveyHunt/toml", branch = "dotted-table-parsing-toml" }
toml = "0.7.6"
chrono = "0.4"
ash = { version = "0.37.2", features = ["linked"], default-features = false }
itertools = "0.10"
Expand Down

0 comments on commit befedfa

Please sign in to comment.