Skip to content

Commit

Permalink
Update toml requirement from 0.7.2 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.7.2...toml-v0.7.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ralith committed Sep 13, 2023
1 parent 1f5780b commit f3bbe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = ["client", "server", "common", "save", "save/gen-protos"]
hecs = "0.10.0"
nalgebra = { version = "0.32.1", features = ["libm-force"] }
quinn = "0.8.3"
toml = { version = "0.7.2", default-features = false, features = ["parse"] }
toml = { version = "0.8.0", default-features = false, features = ["parse"] }

[profile.dev]
opt-level = 1
Expand Down

0 comments on commit f3bbe18

Please sign in to comment.