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

Commit

Permalink
fix: mute candid warnings (#20)
Browse files Browse the repository at this point in the history
This eliminates log spam from asset canister mismatches.
  • Loading branch information
Daniel-Bloom-dfinity authored Feb 15, 2022
1 parent e3022fc commit 5967469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.34"
base64 = "0.13"
candid = { version = "0.7.11", features = ["mute_warnings"] }
clap = { version = "3", features = ["cargo", "derive"] }
garcon = { version = "0.2.3", features = ["async"] }
hex = "0.4.3"
Expand Down

0 comments on commit 5967469

Please sign in to comment.