Skip to content

Commit 6aa6a13

Browse files
committed
Version 1.0.0
1 parent 4c89fa3 commit 6aa6a13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ deploy:
4545
skip_cleanup: true
4646
draft: true
4747
overwrite: true
48-
# on:
49-
# tags: true
48+
on:
49+
tags: true

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wait_for_db"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = ["Tom Parker-Shemilt <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)