Skip to content

Commit

Permalink
Bugfix: Include Ftp protocol
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
nroi committed May 31, 2023
1 parent b5dad5e commit c2c4009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flexo/Cargo.lock

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

2 changes: 1 addition & 1 deletion flexo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flexo"
version = "1.6.8"
version = "1.6.9"
authors = ["Fabian Muscariello <nroi@mailbox.org>"]
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions flexo/src/mirror_fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub enum MirrorProtocol {
Http,
Https,
Rsync,
Ftp,
}

#[derive(Debug)]
Expand Down

0 comments on commit c2c4009

Please sign in to comment.