Skip to content

Commit 17c54ed

Browse files
Update ron requirement from 0.7 to 0.8
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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5dd28c commit 17c54ed

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
@@ -19,7 +19,7 @@ custom-godot = ["gdnative/custom-godot"]
1919
gdnative = { path = "../gdnative", features = ["gd-test", "serde", "async"] }
2020
gdnative-core = { path = "../gdnative-core" }
2121
approx = "0.5"
22-
ron = "0.7"
22+
ron = "0.8"
2323
serde = "1"
2424
serde_json = "1"
2525
bincode = "1"

0 commit comments

Comments
 (0)