Skip to content

Commit

Permalink
libtiny_client: Remove unused libtiny_logger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Sep 21, 2020
1 parent 6e9b1a5 commit c828a01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion libtiny_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ base64 = "0.12"
futures = { version = "0.3.1", default-features = false, features = ["std", "async-await"] }
lazy_static = "1.4.0"
libtiny_common = { path = "../libtiny_common" }
libtiny_logger = { path = "../libtiny_logger" }
libtiny_wire = { path = "../libtiny_wire" }
log = "0.4"
native-tls = { version = "0.2", optional = true }
Expand Down

0 comments on commit c828a01

Please sign in to comment.