We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809a42b commit e6a5e47Copy full SHA for e6a5e47
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "msgflo"
3
-version = "0.0.1"
+version = "0.0.2"
4
authors = ["Jon Nordby <jononor@gmail.com>"]
5
6
[dependencies]
README.md
@@ -35,7 +35,6 @@ See [./examples](./examples)
35
36
* Allow any number of in/outports
37
* Allow sending multiple messages out
38
-* Finalize initial API
39
* Make error handling sane
40
* Add example of consuming/sending JSON data
41
* Add test for NACK on error condition
package.json
{
"name": "msgflo-rust",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Participant support for Rust lang",
"main": "index.js",
"directories": {
0 commit comments