Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 2bf4a38

Browse files
committed
Bumped up version to 1.0.0 🚀
1 parent edf36ce commit 2bf4a38

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ftp-fighter"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["open-schnick <[email protected]>", "qvalentin <[email protected]>"]
66

api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "filefighter-api"
33
version = "1.0.0"
44
edition = "2021"
5+
authors = ["open-schnick <[email protected]>", "qvalentin <[email protected]>"]
56

67
[dependencies]
78
reqwest = { version = "0.11.12", features = ["json", "cookies","multipart","stream"] }

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "unftp-filefighter"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
5-
5+
authors = ["open-schnick <[email protected]>", "qvalentin <[email protected]>"]
66

77
[dependencies]
88
async-trait = "0.1.56"

0 commit comments

Comments
 (0)