Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
use nickel master temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Rett Berg committed Nov 2, 2018
1 parent 83289b5 commit ef4e6ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ termstyle = "0.1.2"
unicode-segmentation = "1.2.1"
unicode-width = "0.1.5"
expect_macro = "0.2.1"
nickel = "0.10.1"
# nickel = "0.10.1"
nickel = { git = "https://github.com/nickel-org/nickel.rs" }
jsonrpc-core = "8.0.1"
artifact_data = {path = "artifact-data"}
artifact_lib = {path = "artifact-lib"}
Expand Down
2 changes: 1 addition & 1 deletion artifact-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Garrett Berg <googberg@gmail.com>"]

[dependencies]
yew = "0.4.0"
stdweb = "0.4.6"
stdweb = "0.4.10"
artifact_ser = {path="../artifact-ser"}
ergo_std = "0.0.3"
ergo_config = "0.0.1"
Expand Down
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ fn build_frontend() {
"+nightly",
"web",
"deploy",
"--target=wasm32-unknown-unknown",
"--release",
"--target",
"wasm32-unknown-unknown",
])
.status()
.unwrap();
Expand Down

0 comments on commit ef4e6ef

Please sign in to comment.