~nickbp/bookstore

50388eca949eaf8dedd4727166263c8498766b9a — Nick Parker 3 months ago ca4e07d main
Cut 0.1.1
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -1
@@ 140,7 140,7 @@ dependencies = [

[[package]]
name = "bookstore"
version = "0.1.0"
version = "0.1.1"
dependencies = [
 "anyhow",
 "bytes",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "bookstore"
version = "0.1.0"
version = "0.1.1"
authors = ["Nick Parker <nick@nickbp.com>"]
license-file = "LICENCE.md"
edition = "2021"