-
Hey all, I'm trying to use async Diesel with Rocket, and I noticed the |
Beta Was this translation helpful? Give feedback.
Answered by
Atlinx
Jul 15, 2023
Replies: 1 comment
-
For now, I'm using a manual git import of the crate -- it seems like I was looking at the master version of the documentation, which may be documenting features that have not been released yet. rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", rev = "c2936fcb1e4f8f4907889b54a9e4e741a565a7d7", features = ["diesel_postgres"] } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Atlinx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now, I'm using a manual git import of the crate -- it seems like I was looking at the master version of the documentation, which may be documenting features that have not been released yet.