(cargo-release) version 0.8.0-alpha.1

This commit is contained in:
Tony Garnock-Jones 2021-08-13 21:34:07 -04:00
parent 4ef155dd8f
commit 9b7030845e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1314,7 +1314,7 @@ dependencies = [
[[package]]
name = "syndicate-server"
version = "0.8.0-alpha.0"
version = "0.8.0-alpha.1"
dependencies = [
"futures",
"structopt",

View File

@ -1,6 +1,6 @@
[package]
name = "syndicate-server"
version = "0.8.0-alpha.0"
version = "0.8.0-alpha.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"