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

Publish matrix-sdk-appservice crate on crates.io #669

Closed
dulguun0225 opened this issue May 12, 2022 · 1 comment
Closed

Publish matrix-sdk-appservice crate on crates.io #669

dulguun0225 opened this issue May 12, 2022 · 1 comment

Comments

@dulguun0225
Copy link

I wanted to use matrix-sdk-appservice. But couldn't find it on crates.io.

@gnunicorn
Copy link
Contributor

Hello @dulguun0225 ,

sorry to disappoint you but matrix-sdk-appservice is not yet in a state that we want to release it to the wild. You can follow the current state at #228 or just use it from our git repo until then - just make sure your other dependency follow that pattern:

[dependencies]
matrix-sdk = { git = "https://github.org/matrix-org/matrix-rust-sdk" }
matrix-sdk-appservice = { git = "https://github.org/matrix-org/matrix-rust-sdk" }

I've just pushed a reservation to crates.io that makes this more explicit, too. Closing this issue.

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

2 participants