Skip to content

Commit

Permalink
chore: wasm build test replaced with gen-types
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Oct 27, 2023
1 parent f584807 commit 3b4b008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasm-build-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
ckb-types = { path = "../util/types", version = "= 0.113.0-pre" }
ckb-gen-types = { path = "../util/gen-types", version = "= 0.113.0-pre" }
ckb-script = { path = "../script", version = "= 0.113.0-pre", default-features = false, features = [] }

# Prevent this from interfering with workspaces
Expand Down
2 changes: 1 addition & 1 deletion wasm-build-test/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// We just need a dummy package to test building dependencies, those
// lines here prevent errors from devtools/ci/check-cargotoml.sh
extern crate ckb_script;
extern crate ckb_types;
extern crate ckb_gen_types;

0 comments on commit 3b4b008

Please sign in to comment.