diff --git a/Cargo.toml b/Cargo.toml index 44100e4..550d39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -web-view = { git = "https://github.com/Boscop/web-view" } +web-view = { git = "https://github.com/Boscop/web-view.git" } lazy_static = "1.4.0" rust-embed = "5.5.1" serde = { version = "1.0.106", features = ["derive"] }