Closed manuelarte closed 2 months ago
Hello @manuelarte, you can likely address the issue by specifying an exact version number to use; see: https://github.com/theseus-rs/postgresql-embedded/issues/102#issuecomment-2207305748
I changed my code to use an exact version, thanks @brianheineman
Hi,
I am using postgres embedded for testing, right now I have something like this:
But I am repeating the same pattern with
Is this the best approach? Becuase while developing the tests, sometimes I get the rate limiting when downloading the binaries, so I was wondering if it's possible to:
Thanks