Don't use development copy of manifold in prod bot

This commit is contained in:
Xyon 2024-10-19 16:23:30 +01:00
parent 074454e555
commit 6c3b4c6ad7
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ diesel = { version = "2.1.0", features = ["postgres", "r2d2", "chrono"] }
diesel_migrations = "2.1.0"
env_logger = "0.10.0"
log = "0.4.20"
#manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
manifold = { path = "/home/xyon/Workspace/manifold/" }
manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
# manifold = { path = "/home/xyon/Workspace/manifold/" }
poise = { version = "0.5.*", features = [ "cache" ] }
rand = { version = "0.8.5", features = [ "small_rng" ] }
regex = "1.9.5"