Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 5967469

Browse files
fix: mute candid warnings (#20)
This eliminates log spam from asset canister mismatches.
1 parent e3022fc commit 5967469

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ path = "src/main.rs"
1919
[dependencies]
2020
anyhow = "1.0.34"
2121
base64 = "0.13"
22+
candid = { version = "0.7.11", features = ["mute_warnings"] }
2223
clap = { version = "3", features = ["cargo", "derive"] }
2324
garcon = { version = "0.2.3", features = ["async"] }
2425
hex = "0.4.3"

0 commit comments

Comments
 (0)