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 cf5bcb9 commit df1a333Copy full SHA for df1a333
Cargo.toml
@@ -26,7 +26,7 @@ skyline = "0.6"
26
skyline-config = { git = "https://github.com/skyline-rs/skyline-config" }
27
# For the updater
28
zip = { version = "0.6", default-features = false, features = ["deflate"], optional = true }
29
-gh-updater = { git = "https://github.com/blu-dev/gh-updater", default-features = false, features = ["native-tls"], optional = true }
+gh-updater = { git = "https://github.com/Raytwo/gh-updater", default-features = false, features = ["native-tls"], optional = true }
30
minreq = { version = "2", features = ["https-native", "json-using-serde"], optional = true }
31
# For offset caching and legacy configuration
32
toml = "0.5.11"
0 commit comments