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 21052f1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 21052f1

Please sign in to comment.