Skip to content

Commit 5d038cb

Browse files
committed
chore(awto-compile): version 0.1.2
1 parent 36e3a89 commit 5d038cb

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-compile/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-compile"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Ari Seyhun <ariseyhun@live.com.au>"]
55
edition = "2018"
66
description = "Compile microservices built with Awto"
@@ -17,7 +17,7 @@ categories = [
1717
keywords = ["awto", "database", "protobuf", "schema", "macros"]
1818

1919
[dependencies]
20-
awto = { version = "0.1.1", path = "../awto" }
20+
awto = { version = "0.1.2", path = "../awto" }
2121
chrono = "0.4"
2222
heck = "0.3"
2323
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)