Replies: 1 comment 2 replies
-
This is discussed in detail here: tkaitchuck/aHash#95 Tldr, activate the new feature resolver in Cargo (to be default in edition 2021): https://doc.rust-lang.org/cargo/reference/features.html#feature-resolver-version-2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the crates oauth2 (v4.1.0) and sqlx[json] (v0.5.5):
When attempting to build, I am getting the following error:
This only happens when I activate the json feature flag on sqlx. What is the problems here ? How do I understand it? Are there any workarounds to make these libs/features work together? What are the alternatives?
Beta Was this translation helpful? Give feedback.
All reactions