diff --git a/aquatic/Cargo.toml b/aquatic/Cargo.toml index 2d9e4bc..6121da2 100644 --- a/aquatic/Cargo.toml +++ b/aquatic/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "Blazingly fast, multi-threaded BitTorrent tracker (UDP, HTTP, WebTorrent)" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_cli_helpers/Cargo.toml b/aquatic_cli_helpers/Cargo.toml index 3d0b745..60ee058 100644 --- a/aquatic_cli_helpers/Cargo.toml +++ b/aquatic_cli_helpers/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_cli_helpers" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "aquatic BitTorrent tracker CLI helpers" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_common/Cargo.toml b/aquatic_common/Cargo.toml index b6dc1e6..7a07209 100644 --- a/aquatic_common/Cargo.toml +++ b/aquatic_common/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_common" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "aquatic BitTorrent tracker common code" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_http/Cargo.toml b/aquatic_http/Cargo.toml index 73aff34..a4c0e20 100644 --- a/aquatic_http/Cargo.toml +++ b/aquatic_http/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_http" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "Blazingly fast, multi-threaded HTTP BitTorrent tracker" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_http_load_test/Cargo.toml b/aquatic_http_load_test/Cargo.toml index 7dd0d5c..eb36e87 100644 --- a/aquatic_http_load_test/Cargo.toml +++ b/aquatic_http_load_test/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_http_load_test" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_http_protocol/Cargo.toml b/aquatic_http_protocol/Cargo.toml index 7343913..718646a 100644 --- a/aquatic_http_protocol/Cargo.toml +++ b/aquatic_http_protocol/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_http_protocol" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" description = "HTTP BitTorrent tracker protocol" diff --git a/aquatic_udp/Cargo.toml b/aquatic_udp/Cargo.toml index fb0f9ca..58de6d2 100644 --- a/aquatic_udp/Cargo.toml +++ b/aquatic_udp/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_udp" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "Blazingly fast, multi-threaded UDP BitTorrent tracker" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_udp_bench/Cargo.toml b/aquatic_udp_bench/Cargo.toml index 48a48d0..f46b5c3 100644 --- a/aquatic_udp_bench/Cargo.toml +++ b/aquatic_udp_bench/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_udp_bench" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_udp_load_test/Cargo.toml b/aquatic_udp_load_test/Cargo.toml index 85dd579..2764137 100644 --- a/aquatic_udp_load_test/Cargo.toml +++ b/aquatic_udp_load_test/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_udp_load_test" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_udp_protocol/Cargo.toml b/aquatic_udp_protocol/Cargo.toml index 46c8f26..9ee5ca5 100644 --- a/aquatic_udp_protocol/Cargo.toml +++ b/aquatic_udp_protocol/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_udp_protocol" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "UDP BitTorrent tracker protocol" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_ws/Cargo.toml b/aquatic_ws/Cargo.toml index 7401f95..0cb4a90 100644 --- a/aquatic_ws/Cargo.toml +++ b/aquatic_ws/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_ws" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "Blazingly fast, multi-threaded WebTorrent tracker" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_ws_load_test/Cargo.toml b/aquatic_ws_load_test/Cargo.toml index 700b425..b131619 100644 --- a/aquatic_ws_load_test/Cargo.toml +++ b/aquatic_ws_load_test/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_ws_load_test" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" diff --git a/aquatic_ws_protocol/Cargo.toml b/aquatic_ws_protocol/Cargo.toml index b1ec8af..55c5153 100644 --- a/aquatic_ws_protocol/Cargo.toml +++ b/aquatic_ws_protocol/Cargo.toml @@ -2,7 +2,7 @@ name = "aquatic_ws_protocol" version = "0.1.0" authors = ["Joakim Frostegård "] -edition = "2018" +edition = "2021" license = "Apache-2.0" description = "WebTorrent tracker protocol" repository = "https://github.com/greatest-ape/aquatic"