diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..a233fa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ egui-winit = "0.33.3" # Serialization serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -ron = "0.8" +ron = "0.12" # ML Runtime ort = { version = "2.0.0-rc.10", optional = true }