Skip to content

Commit 855f4ec

Browse files
committed
Fix deps.
Didn't realise submodules needed syncing with additional commands to work properly.
1 parent 774cbd4 commit 855f4ec

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_derive = "1.0"
2727
serde_json = "1.0"
2828
siphasher = "0.3.0"
2929
walkdir = "2.2.8"
30-
web-view = { git = "https://github.com/Freaky/web-view.git", rev = "87a108fba963e701dc71a16d2f60ac54d96a09b5" }
30+
web-view = { git = "https://github.com/Freaky/web-view.git", branch = "alternate-upstream" }
3131
winapi = { version = "0.3.7", features = [ "combaseapi", "ioapiset", "knownfolders", "shellscalingapi", "shlobj", "shtypes", "winbase", "winerror", "winioctl", "winver"] }
3232

3333
[[bin]]

0 commit comments

Comments
 (0)