-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.3.0 #95
v2.3.0 #95
Conversation
LGTM aside from CI failure (due to rustwasm/wasm-bindgen#4304). |
Signed-off-by: John Nunley <[email protected]>
Fixed via #96 |
Hmm, I guess it break compatibility with pre-1.51 rustc... like rust-lang/cargo#10954 |
What do you mean? We have 1.36 in the CI and it seems to pass. |
resolver is unknown field in 1.36, but unstable field in 1.50, so build will be fail in 1.50 even if pass in 1.36. |
(See also rust-lang/cargo#13505 (comment) for Cargo's behavior on unknown fields.) |
Hmm, is there a better solution to this? |
This comment was marked as outdated.
This comment was marked as outdated.
wasm-bindgen issue has been fixed in 0.2.98 (rustwasm/wasm-bindgen#4327), so just reverting #96 would be enough. |
IntoIterator
inchoose_multiple
functions instead of justIterator
. (Accept any IntoIterator in choose_multiple #92)