Browse Source

Switch back to upstream inkwell

Signed-off-by: Sean <sean@mess.org>
Sean 6 years ago
parent
commit
bd45be8eb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -28,7 +28,7 @@ ethabi = "7.0.0"
 ethereum-types = "0.5.2"
 
 [dependencies.inkwell]
-git = "https://github.com/seanyoung/inkwell"
+git = "https://github.com/TheDan64/inkwell"
 branch = "llvm8-0"
 features = ["target-webassembly", "llvm8-0"]