Skip to content

Commit 7328514

Browse files
Update ron requirement from 0.6.5 to 0.7.0
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.6.6...v0.7.0) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 555cdcd commit 7328514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type_tag_fallback = ["gdnative/type_tag_fallback"]
1616
gdnative = { path = "../gdnative", features = ["gd_test", "serde"] }
1717
gdnative-derive = { path = "../gdnative-derive" }
1818
approx = "0.5.0"
19-
ron = "0.6.5"
19+
ron = "0.7.0"
2020
serde = "1.0.130"
2121
serde_json = "1.0.68"
2222
bincode = "1.3.3"

0 commit comments

Comments
 (0)