We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004bee1 commit 549c1fdCopy full SHA for 549c1fd
Cargo.toml
@@ -4,14 +4,14 @@ members = [
4
]
5
6
[workspace.package]
7
-version = "0.1.9"
+version = "0.1.10"
8
authors = ["AstroTechies, localcc, konsti219"]
9
description = "Astroneer Modloader"
10
11
[workspace.dependencies]
12
astro_modintegrator = { path = "./astro_modintegrator" }
13
14
-unreal_modloader = { verison = "0.1.11", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
+unreal_modloader = { version = "0.1.12", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
15
16
lazy_static = "1.4.0"
17
log = "0.4.17"
0 commit comments