Skip to content

Commit

Permalink
import info
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrrnn committed Sep 20, 2024
1 parent 89502be commit 161387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/binary_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::sync::{Arc, LazyLock};

use anyhow::{anyhow, Error};
use async_trait::async_trait;
use log::{debug, error, warn};
use log::{debug, error, info, warn};
use regex::Regex;
use semver::{Version, VersionReq};
use tari_common::configuration::Network;
Expand Down

0 comments on commit 161387e

Please sign in to comment.