Skip to content

Commit 77a85df

Browse files
Update Rust crate ron to 0.8.0
1 parent 1038c8a commit 77a85df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sanity-lib = { path = "../sanity-lib" }
1111
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
1212
rand = "0.7.3"
1313
nfd = "0.0.4"
14-
ron = "0.6.2"
14+
ron = "0.8.0"
1515

1616
[features]
1717
default = ["vulkan"]

sanity-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
1212
direction = {version = "0.17.10", features = ["rand"]}
1313
log = { version = "0.4.11", features = ["serde"] }
1414
rand = "0.7.3"
15-
ron = "0.6.2"
15+
ron = "0.8.0"
1616
serde = "1.0.117"
1717
wfc = "0.9.2"
1818
bracket-pathfinding = "0.8.1"

0 commit comments

Comments
 (0)