-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Expected enum rusoto_signature::region::Region
, found enum Region
#154
Comments
@jeremymcjunkin I just ran into this and tracked down the cause with |
Thanks @terrence2 , I was able to get it to compile with
src/main.rs
It's unclear to me why I needed to add
To pull in
Pull
|
I had the same issue and switched to the master branch in |
Cargo.toml
src/main.rs
🐛 Bug description
There seems to be a dependency version issue with dynomite and rusoto_core. Using code from the examples, pared down, does not compile because of mismatched types.
🤔 Expected Behavior
I expected this code to compile.
👟 Steps to reproduce
Create the Cargo.toml and main.rs that I have provided and run
cargo check
🌍 Your environment
Ubuntu 20.04
dynomite version: 0.10
rustc version:
rustc 1.49.0 (e1884a8e3 2020-12-29)
cargo 1.49.0 (d00d64df9 2020-12-05)
The text was updated successfully, but these errors were encountered: