diff --git a/crate/Cargo.lock b/crate/Cargo.lock index 1a3dc6e..56d67de 100644 --- a/crate/Cargo.lock +++ b/crate/Cargo.lock @@ -302,7 +302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "seed" version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" +source = "git+https://github.com/seed-rs/seed.git#0907d313a72b1ec6e9d3ee8fa061d1c43d6096de" dependencies = [ "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -326,7 +326,7 @@ name = "seed_rs_org" version = "0.1.0" dependencies = [ "pulldown-cmark 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "seed 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "seed 0.5.1 (git+https://github.com/seed-rs/seed.git)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", @@ -636,7 +636,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" -"checksum seed 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "516cdd85cdde01a3769edc1d921aff431e024ab82b0e608c59e178d8747f902a" +"checksum seed 0.5.1 (git+https://github.com/seed-rs/seed.git)" = "" "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" "checksum serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "eab8f15f15d6c41a154c1b128a22f2dfabe350ef53c40953d84e36155c91192b" diff --git a/crate/Cargo.toml b/crate/Cargo.toml index bf75e1a..09823ae 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -24,7 +24,8 @@ wasm-bindgen-test = "^0.3.8" wasm-bindgen = "^0.2.58" serde = { version = "^1.0.104", features = ['derive'] } serde_json = "^1.0.45" -seed = "0.5.1" +#seed = "0.6.0" +seed = { git = "https://github.com/seed-rs/seed.git" } [dependencies.web-sys] version = "^0.3.35"