SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
387 stars 94 forks source link

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

Open DamonPalovaara opened 3 years ago

DamonPalovaara commented 3 years ago
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" }