Skip to content

Commit

Permalink
Fix CI: aut-rust-demo add no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Dec 13, 2023
1 parent d5aa298 commit 8b69cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth-rust-lock/contracts/auth-rust-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ enable-dynamic-library = ["ckb-auth-rs/dynamic-library-memory-600"]

[dependencies]
ckb-std = "0.14.3"
ckb-auth-rs = { path = "../../../../ckb-auth-rs" }
ckb-auth-rs = { path = "../../../../ckb-auth-rs", default-features = false }
log = { version = "0.4.17", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["alloc"]}

0 comments on commit 8b69cc2

Please sign in to comment.