You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please yank version 0.12.2 since it doesn't work (#307).
For context, I'm writing this as a someone that doesn't use cudarc directly, but some dependencies that rely on it.
It's the last version of 0.12.*. So, deep dependencies using cudarc 0.12 resolve to that broken version, until (someday...) they get updated by their maintainers, and move to 0.13.
I know that a workaround would be to use cuadarc = "=0.12.1" in our apps, to force underlying dependencies to use that version, but that's a bit of a bummer to have it in Cargo.toml if the app doesn't use cuadarc directly. Also using a forced version isn't very maintainable, as we don't know when dependencies will move to cudarc v0.13.
The text was updated successfully, but these errors were encountered:
Please yank version 0.12.2 since it doesn't work (#307).
For context, I'm writing this as a someone that doesn't use cudarc directly, but some dependencies that rely on it.
It's the last version of
0.12.*
. So, deep dependencies using cudarc 0.12 resolve to that broken version, until (someday...) they get updated by their maintainers, and move to 0.13.I know that a workaround would be to use
cuadarc = "=0.12.1"
in our apps, to force underlying dependencies to use that version, but that's a bit of a bummer to have it in Cargo.toml if the app doesn't use cuadarc directly. Also using a forced version isn't very maintainable, as we don't know when dependencies will move to cudarc v0.13.The text was updated successfully, but these errors were encountered: