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

Commit ef4e6ef

Browse files
author
Rett Berg
committed
use nickel master temporarily
1 parent 83289b5 commit ef4e6ef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ termstyle = "0.1.2"
3333
unicode-segmentation = "1.2.1"
3434
unicode-width = "0.1.5"
3535
expect_macro = "0.2.1"
36-
nickel = "0.10.1"
36+
# nickel = "0.10.1"
37+
nickel = { git = "https://github.com/nickel-org/nickel.rs" }
3738
jsonrpc-core = "8.0.1"
3839
artifact_data = {path = "artifact-data"}
3940
artifact_lib = {path = "artifact-lib"}

artifact-frontend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Garrett Berg <googberg@gmail.com>"]
55

66
[dependencies]
77
yew = "0.4.0"
8-
stdweb = "0.4.6"
8+
stdweb = "0.4.10"
99
artifact_ser = {path="../artifact-ser"}
1010
ergo_std = "0.0.3"
1111
ergo_config = "0.0.1"

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ fn build_frontend() {
8686
"+nightly",
8787
"web",
8888
"deploy",
89+
"--target=wasm32-unknown-unknown",
8990
"--release",
90-
"--target",
91-
"wasm32-unknown-unknown",
9291
])
9392
.status()
9493
.unwrap();

0 commit comments

Comments
 (0)