diff --git a/Cargo.toml b/Cargo.toml index c9db01a101..75679bf436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ raw-window-handle = { version = "0.5", features = ["std"] } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] javascriptcore-rs = { version = "=1.1", features = ["v2_28"] } -webkit2gtk = { version = "=2.0", features = ["v2_38"] } +webkit2gtk = { version = "=2.0.1", features = ["v2_38"] } webkit2gtk-sys = "=2.0" gtk = "0.18" soup3 = "0.5"