Skip to content

Commit df1a333

Browse files
committed
Fix broken dependency
1 parent cf5bcb9 commit df1a333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ skyline = "0.6"
2626
skyline-config = { git = "https://github.com/skyline-rs/skyline-config" }
2727
# For the updater
2828
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 }
29+
gh-updater = { git = "https://github.com/Raytwo/gh-updater", default-features = false, features = ["native-tls"], optional = true }
3030
minreq = { version = "2", features = ["https-native", "json-using-serde"], optional = true }
3131
# For offset caching and legacy configuration
3232
toml = "0.5.11"

0 commit comments

Comments
 (0)