diff --git a/Cargo.toml b/Cargo.toml index 8a5c0cd..d8f7ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["hoi4", "ironman"] categories = ["parsing"] [dependencies] -jomini = { git = "https://github.com/rakaly/jomini", features = ["json"] } +jomini = { version = "0.25", features = ["json"] } serde = { version = "1", features = ["derive"] } thiserror = "1"