Skip to content

Commit

Permalink
meta: select the toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 29, 2024
1 parent fd4e690 commit 49731b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[workspace]

members = ["barq-common", "barq-plugin"]

default-members = ["barq-common", "barq-plugin"]

resolver = "2"

[workspace.dependencies]
Expand Down
3 changes: 2 additions & 1 deletion barq-plugin/src/methods/graph/p2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ use std::collections::HashMap;
use serde::{Deserialize, Serialize};

use clightningrpc_gossip_map::GossipMap;
use clightningrpc_plugin::{error, errors::PluginError};
use clightningrpc_plugin::error;
use clightningrpc_plugin::errors::PluginError;

use barq_common::graph::{Channel, NetworkGraph, Node};

Expand Down
4 changes: 4 additions & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
components = [ "rustfmt" ]
profile = "minimal"

0 comments on commit 49731b6

Please sign in to comment.