Skip to content
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

Adding google-signin as dependency to Cargo.toml results in error #13

Open
kaduvert opened this issue Mar 1, 2023 · 0 comments
Open

Comments

@kaduvert
Copy link

kaduvert commented Mar 1, 2023

$ cargo add google-signin

Updating crates.io index
      Adding google-signin v0.3.0 to dependencies.
             Features:
             + hyper-rustls
             + with-rustls
             - hyper-openssl
             - with-openssl
error: failed to select a version for the requirement `ring = "^0.9"`
candidate versions found which didn't match: 0.16.20, 0.16.19, 0.16.18, ...
location searched: crates.io index
required by package `rustls v0.8.0`
    ... which satisfies dependency `rustls = "^0.8"` of package `hyper-rustls v0.6.0`
    ... which satisfies dependency `hyper-rustls = "^0.6"` of package `google-signin v0.3.0`
    ... which satisfies dependency `google-signin = "^0.3.0"` of package `my-project v0.1.0 (/home/user/GitHub/my-project)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant