Skip to content

Commit 4e71912

Browse files
committed
chore: Update mqttwrk package version to 0.2.0
1 parent eae9e43 commit 4e71912

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "mqttwrk"
33
description = "Wrk inspired tool for scale and performance testing mqtt brokers"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
license = "Apache-2.0"
66
repository = "https://github.com/bytebeamio/mqttwrk"
77
authors = ["tekjar <[email protected]>"]
88
edition = "2018"
99
keywords = ["mqtt", "iot", "wrk", "cli"]
1010
categories = ["network-programming"]
11+
exclude = ["runit/", "scripts/", ".*"]
1112

1213
[dependencies]
1314
# rumqttc = {git="https://github.com/bytebeamio/rumqtt.git", branch="master"}

0 commit comments

Comments
 (0)