From 2a356465205ee9b12236ba2d5435b27379f21b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 27 Jun 2019 00:23:58 +0200 Subject: [PATCH] Use latest `stdweb` revision --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10f243c4..c8724fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,4 +108,4 @@ version = "0.4.17" optional = true [patch.crates-io] -stdweb = { path = "../stdweb" } +stdweb = { git = "https://github.com/koute/stdweb", rev = "b3a29bb9dd9b9405540d711ed02a21cd7058d5c0"}