SpaceManiac / discord-rs

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

Rust websocket https://github.com/ArtemGr/rust-websocket not available #180

Closed arne-fuchs closed 1 year ago

arne-fuchs commented 1 year ago

A dependency is not available anymore, so build failes.

Execution failed (exit code 101). /home/frank/.cargo/bin/cargo metadata --verbose --format-version 1 --all-features --filter-platform x86_64-unknown-linux-gnu stdout : Updating git repository https://github.com/SpaceManiac/discord-rs Updating crates.io index Updating git repository https://github.com/ArtemGr/rust-websocket error: failed to get websocket as a dependency of package discord v0.9.0 (https://github.com/SpaceManiac/discord-rs?branch=master#7e323ff6) ... which satisfies git dependency discord of package frank v0.1.0 (/home/frank/IdeaProjects/PaesDiscordBot)

Caused by: failed to load source for dependency websocket

arne-fuchs commented 1 year ago

I've forked the repo with a new dependency:

https://github.com/arne-fuchs/discord-rs