Skip to content

Commit

Permalink
Bump toml version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Frisken committed May 16, 2023
1 parent a343298 commit fb6c649
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 29 deletions.
119 changes: 91 additions & 28 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions i18n-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Internal

+ Fix clippy warnings.
+ Bump `toml` to version `0.7`.

## v0.4.3

Expand Down
2 changes: 1 addition & 1 deletion i18n-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
log = "0.4"
toml = "0.5"
toml = "0.7"
serde = { version = "1", features = ["derive"] }
serde_derive = "1"
thiserror = "1"
Expand Down

0 comments on commit fb6c649

Please sign in to comment.