Skip to content

Commit

Permalink
build: fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Feb 4, 2024
1 parent 9489cf1 commit dc1426f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion coffee_core/src/coffee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::vec::Vec;
use tokio::fs;

use async_trait::async_trait;
use chrono::{TimeZone, Utc};
use clightningrpc_common::client::Client;
use clightningrpc_common::json_utils;
use clightningrpc_conf::{CLNConf, SyncCLNConf};
Expand Down
2 changes: 1 addition & 1 deletion coffee_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde_json = "1.0"
git2 = "0.16.1"
log = "0.4.17"
env_logger = "0.9.3"
tokio = { version = "1.22.0", features = ["process"] }
tokio = { version = "1.22.0", features = ["process", "fs"] }
paperclip = { version = "0.8.0", features = ["actix4"], optional = true }

[features]
Expand Down

0 comments on commit dc1426f

Please sign in to comment.