@@ -26,7 +26,7 @@ license-file = "COPYRIGHT"
2626publish = true
2727repository = " https://github.com/torrust/torrust-tracker"
2828rust-version = " 1.72"
29- version = " 3.0.0-alpha.8-develop "
29+ version = " 3.0.0-alpha.8"
3030
3131[dependencies ]
3232aquatic_udp_protocol = " 0.8"
@@ -56,10 +56,10 @@ serde_json = "1.0"
5656serde_with = " 3.2"
5757thiserror = " 1.0"
5858tokio = { version = " 1.29" , features = [" macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
59- torrust-tracker-configuration = { version = " 3.0.0-alpha.8-develop " , path = " packages/configuration" }
60- torrust-tracker-contrib-bencode = { version = " 3.0.0-alpha.8-develop " , path = " contrib/bencode" }
61- torrust-tracker-located-error = { version = " 3.0.0-alpha.8-develop " , path = " packages/located-error" }
62- torrust-tracker-primitives = { version = " 3.0.0-alpha.8-develop " , path = " packages/primitives" }
59+ torrust-tracker-configuration = { version = " 3.0.0-alpha.8" , path = " packages/configuration" }
60+ torrust-tracker-contrib-bencode = { version = " 3.0.0-alpha.8" , path = " contrib/bencode" }
61+ torrust-tracker-located-error = { version = " 3.0.0-alpha.8" , path = " packages/located-error" }
62+ torrust-tracker-primitives = { version = " 3.0.0-alpha.8" , path = " packages/primitives" }
6363tower-http = { version = " 0.4" , features = [" compression-full" ] }
6464uuid = { version = " 1" , features = [" v4" ] }
6565
@@ -70,7 +70,7 @@ reqwest = { version = "0.11.18", features = ["json"] }
7070serde_bytes = " 0.11"
7171serde_repr = " 0.1"
7272serde_urlencoded = " 0.7"
73- torrust-tracker-test-helpers = { version = " 3.0.0-alpha.8-develop " , path = " packages/test-helpers" }
73+ torrust-tracker-test-helpers = { version = " 3.0.0-alpha.8" , path = " packages/test-helpers" }
7474
7575[workspace ]
7676members = [" contrib/bencode" , " packages/configuration" , " packages/located-error" , " packages/primitives" , " packages/test-helpers" ]
0 commit comments