浏览代码

depend on git version of matzo

Getty Ritter 1 年之前
父节点
当前提交
ca07ac7b28
共有 1 个文件被更改,包括 2 次插入2 次删除
  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"] }