Skip to content

Commit 987e428

Browse files
committed
fix parsing of mod.json
1 parent c00906b commit 987e428

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geode"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
authors = ["HJfod <[email protected]>", "Camila314 <[email protected]>", "matcool", "ConfiG <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

src/util/mod_file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pub struct ModFileInfo {
222222
#[serde(deserialize_with = "parse_version")]
223223
pub version: Version,
224224
pub developer: String,
225-
pub gd: DetailedGDVersion,
225+
pub gd: GDVersion,
226226
pub description: String,
227227
#[serde(default)]
228228
pub resources: ModResources,

0 commit comments

Comments
 (0)