Skip to content

Commit 36e3a89

Browse files
committed
chore(awto): version 0.1.2
1 parent c11e913 commit 36e3a89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

awto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "awto"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Ari Seyhun <ariseyhun@live.com.au>"]
55
edition = "2018"
66
description = "Awtomate your 🦀 microservices with awto"
@@ -17,7 +17,7 @@ categories = [
1717
keywords = ["awto", "database", "protobuf", "schema", "macros"]
1818

1919
[dependencies]
20-
awto-macros = { version = "0.1.1", path = "../awto-macros" }
20+
awto-macros = { version = "0.1.2", path = "../awto-macros" }
2121
chrono = "0.4"
2222
lazy_static = "1.4"
2323
tonic = "0.5"

0 commit comments

Comments
 (0)