Skip to content

Commit c5a4ea1

Browse files
Update ron requirement from 0.8 to 0.12 (#1)
Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](ron-rs/ron@v0.8.0...v0.12.0) --- updated-dependencies: - dependency-name: ron dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a0aea8 commit c5a4ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ z3 = { version = "0.19", features = ["static-link-z3"] }
1414
# Serialization
1515
serde = { version = "1", features = ["derive"] }
1616
serde_json = "1"
17-
ron = "0.8"
17+
ron = "0.12"
1818

1919
# Steam integration
2020
steamworks = "0.12"

0 commit comments

Comments
 (0)