Browse Source

depend on git version of matzo

Getty Ritter 1 year ago
parent
commit
ca07ac7b28
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -8,5 +8,5 @@ crate-type = ["cdylib"]
 
 [dependencies]
 wasm-bindgen = "0.2"
-matzo = { path = "../matzo" }
-getrandom = { version = "*", features = ["js"] }
+matzo = { git = "https://github.com/aisamanra/matzo" }
+getrandom = { version = "*", features = ["js"] }