fix: remove locked rocket version

This commit is contained in:
Zomatree
2025-01-28 15:59:58 +00:00
parent c8ae34ba73
commit 41a6de67cd
2 changed files with 21 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ redis22 = { package = "redis", version = "0.22.3", git = "https://github.com/rev
redis23 = { package = "redis", version = "0.23.1", git = "https://github.com/revoltchat/redis-rs", rev = "f8ca28ab85da59d2ccde526b4d2fb390eff5a5f9" }
# authifier = { package = "authifier", version = "1.0.8", path = "../authifier/crates/authifier" }
# rocket_authifier = { package = "rocket_authifier", version = "1.0.8", path = "../authifier/crates/rocket_authifier" }
rocket = { git = "https://github.com/rwf2/Rocket/", rev = "4dcd928" }
# rocket = { git = "https://github.com/rwf2/Rocket/", rev = "4dcd928" }
[profile.release]
lto = true