-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release of v0.2.1 of other crates (#423)
- Loading branch information
Showing
9 changed files
with
30 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "unftp-auth-jsonfile" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "An authenticator back-end for libunftp that authenticates against a JSON file" | ||
authors = [ | ||
"Agoston Horvath <[email protected]>", | ||
|
@@ -35,4 +35,4 @@ valid = "0.3.1" | |
[dev-dependencies] | ||
pretty_env_logger = "0.4.0" | ||
tokio = { version = "1.19.2", features = ["macros"] } | ||
unftp-sbe-fs = { version="0.2", path="../unftp-sbe-fs"} | ||
unftp-sbe-fs = { version="0.2.1", path="../unftp-sbe-fs"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "unftp-auth-pam" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "An authenticator back-end for libunftp that authenticates against PAM" | ||
authors = [ | ||
"Agoston Horvath <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "unftp-auth-rest" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "An authenticator back-end for libunftp that consumes an HTTP API to authenticate" | ||
authors = [ | ||
"Agoston Horvath <[email protected]>", | ||
|
@@ -34,4 +34,4 @@ tracing-attributes = "0.1.21" | |
[dev-dependencies] | ||
pretty_env_logger = "0.4.0" | ||
tokio = { version = "1.19.2", features = ["macros"] } | ||
unftp-sbe-fs = { version="0.2", path="../unftp-sbe-fs"} | ||
unftp-sbe-fs = { version="0.2.1", path="../unftp-sbe-fs"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "unftp-sbe-fs" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "A storage back-end for libunftp, storing files on local disk" | ||
authors = [ | ||
"Agoston Horvath <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "unftp-sbe-gcs" | ||
description = "A storage back-end for libunftp, storing files in Google Cloud Storage (GCS)" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = [ | ||
"Agoston Horvath <[email protected]>", | ||
"Dávid Kosztka <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters