chore: Release

This commit is contained in:
Syfaro 2023-08-14 23:19:57 -04:00
parent 365512b0c2
commit 01c13f2244
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -525,7 +525,7 @@ dependencies = [
[[package]] [[package]]
name = "bkapi" name = "bkapi"
version = "0.2.2" version = "0.3.0"
dependencies = [ dependencies = [
"actix-http", "actix-http",
"actix-service", "actix-service",
@ -557,7 +557,7 @@ dependencies = [
[[package]] [[package]]
name = "bkapi-client" name = "bkapi-client"
version = "0.2.2" version = "0.3.0"
dependencies = [ dependencies = [
"async-nats", "async-nats",
"futures", "futures",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bkapi-client" name = "bkapi-client"
version = "0.2.2" version = "0.3.0"
authors = ["Syfaro <syfaro@huefox.com>"] authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018" edition = "2018"
publish = false publish = false

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bkapi" name = "bkapi"
version = "0.2.2" version = "0.3.0"
authors = ["Syfaro <syfaro@huefox.com>"] authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018" edition = "2018"
publish = false publish = false