Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Jul 10, 2020
1 parent 6676a4f commit d752904
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 175 deletions.
200 changes: 30 additions & 170 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unftp"
version = "0.10.1"
version = "0.11.0"
authors = [
"Agoston Horvath <[email protected]>",
"Dávid Kosztka <[email protected]>",
Expand All @@ -18,11 +18,8 @@ readme = "README.md"

[dependencies]
async-trait = "0.1.30"
#libunftp = "0.11.1"
libunftp = {git = "https://github.com/bolcom/libunftp.git", rev = "18aa90049efa932349a6261045586b90dbde9135"}
#libunftp = { path = "../libunftp" }
libunftp = "0.11.2"
log = "0.4"
env_logger = "0.6"
redis = "0.9.0"
serde_json = "1.0.52"
chrono = "0.4.6"
Expand Down

0 comments on commit d752904

Please sign in to comment.