Skip to content

Publish a new version #14

@arobase-che

Description

@arobase-che

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 login then cargo publish.

Guide here.

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/rfb

Then 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions