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 14e332e commit 4ea1d63Copy full SHA for 4ea1d63
autorun/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "autorun"
3
-version = "1.2.4"
+version = "1.2.5"
4
authors = ["Vurv78 <[email protected]>"]
5
edition = "2021"
6
repository = "https://github.com/Vurv78/Autorun-rs"
@@ -20,7 +20,7 @@ http = ["tinyget"] # To check for updates and download plugins in the future.
20
21
[dependencies]
22
autorun-shared = { path = "../autorun-shared" }
23
-rglua = { version = "3.0.0-beta2" }
+rglua = { version = "3.0.0" }
24
25
lupat = { git = "https://github.com/Vurv78/lupat" }
26
detour = { version = "0.8", default-features = false }
0 commit comments