Skip to content

cargo.toml doesn't fetch v0.9 #167

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

Open
DamonPalovaara opened this issue Dec 12, 2020 · 0 comments
Open

cargo.toml doesn't fetch v0.9 #167

DamonPalovaara opened this issue Dec 12, 2020 · 0 comments

Comments

@DamonPalovaara
Copy link

discord = "0.9"

Doesn't work even though a version 0.9 has been released. Also crates.io is only showing version 0.8 which won't compile unless you manually install an old version of openssl

to get around use

discord = { git = "https://github.com/SpaceManiac/discord-rs", branch = "master" }
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