Skip to content

Commit

Permalink
Disabled no-log feature of suppaftp
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Nov 2, 2023
1 parent 3b8cad0 commit 30a86cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.20"
rustc_version = "0.4.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
suppaftp = { version = "5.2.1", features = ["no-log"] }
suppaftp = { version = "5.2.1" }
tee = "0.1.0"
tempfile = "3.8.0"
walkdir = "2.4.0"
Expand Down

0 comments on commit 30a86cf

Please sign in to comment.