Skip to content

Commit dc1426f

Browse files
build: fix warnings
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 9489cf1 commit dc1426f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

coffee_core/src/coffee.rs

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use std::vec::Vec;
66
use tokio::fs;
77

88
use async_trait::async_trait;
9-
use chrono::{TimeZone, Utc};
109
use clightningrpc_common::client::Client;
1110
use clightningrpc_common::json_utils;
1211
use clightningrpc_conf::{CLNConf, SyncCLNConf};

coffee_lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serde_json = "1.0"
1010
git2 = "0.16.1"
1111
log = "0.4.17"
1212
env_logger = "0.9.3"
13-
tokio = { version = "1.22.0", features = ["process"] }
13+
tokio = { version = "1.22.0", features = ["process", "fs"] }
1414
paperclip = { version = "0.8.0", features = ["actix4"], optional = true }
1515

1616
[features]

0 commit comments

Comments
 (0)