-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello,
Please, can you publish a new version of rfb on crates.io ?
The 0.1.0 works but doesn't have the latest updates of the Github version.
It's basically a matter of :
- Updating the version in Cargo.toml to "0.1.1" or "1.0.0" as it's seems to be production ready.
- Publish the new version with
cargo loginthencargo publish.
Have a good day. \o
To whoever have experienced the same problem:
My current workaround for the moment to use the last version of rfb in my Rust project is to add rfb as a git submodule and reference it in my Cargo.toml.
$ git submodule add https://github.com/oxidecomputer/rfb deps/rfbThen editing the Cargo.toml with:
[dependencies]
rfb = { path = 'deps/rfb' }Here is an example of my project that do that : (Not on Github, you can explore it on the Web or clone it)
https://git.ache.one/vnctrost/
Have a good day too. \o
Metadata
Metadata
Assignees
Labels
No labels