version bump

This commit is contained in:
John Smith
2023-07-17 17:53:42 -04:00
parent 5a0ff4dee0
commit fff6742c6f
9 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "veilid-cli"
version = "0.1.1"
version = "0.1.2"
authors = ["John Smith <jsmith@example.com>"]
edition = "2021"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
@@ -46,7 +46,7 @@ json = "^0"
stop-token = { version = "^0", default-features = false }
flume = { version = "^0", features = ["async"] }
data-encoding = { version = "^2" }
indent = { version = "0.1.1" }
indent = { version = "0.1.2" }
[dev-dependencies]
serial_test = "^0"