Skip to content

Commit

Permalink
linkd: Fix clib dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Simmerl <[email protected]>
  • Loading branch information
xla committed Sep 8, 2021
1 parent 50d5817 commit 4350741
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions bins/Cargo.lock

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

4 changes: 2 additions & 2 deletions linkd-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ tokio = { version = "1.10", default-features = false, features = [
tracing = { version = "0.1", default-features = false, features = [ "attributes", "std" ] }
tracing-subscriber = "0.2"

[dependencies.link-clib]
path = "../clib"
[dependencies.rad-clib]
path = "../rad-clib"
version = "0.1.0"

[dependencies.librad]
Expand Down
2 changes: 1 addition & 1 deletion linkd-lib/src/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use librad::{
profile::Profile,
SecretKey,
};
use link_clib::keys;
use rad_clib::keys;

use crate::args;

Expand Down

0 comments on commit 4350741

Please sign in to comment.