Update Rust crate ron to 0.9.0
This commit is contained in:
parent
100faaee60
commit
4c56e006c5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ members = ["character_window", "map", "rpg_components"]
|
|||
destructure_traitobject = "0.3.0"
|
||||
itertools = "0.14.0"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
ron = "0.8.1"
|
||||
ron = "0.9.0"
|
||||
paste = "1.0.15"
|
||||
rayon = "1.10.0"
|
||||
chrono = { version = "0.4.35", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue