Skip to content

Commit 388052a

Browse files
committed
Version bump
1 parent 1a79614 commit 388052a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws-watchtower/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-watchtower"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Lukas Pustina <lukas.pustina@centerdevice.com>"]
55
build = "build.rs"
66

@@ -19,10 +19,10 @@ name = "aws_watchtower"
1919
path = "src/lib.rs"
2020

2121
[dependencies]
22-
aws = { version = "0.0.1", path = "../aws" }
22+
aws = { version = "0.0.2", path = "../aws" }
2323
clams = "0.0.13"
2424
clams-derive = "^0.0.4"
25-
bosun = { version = "0.0.1", path = "../bosun" }
25+
bosun = { version = "0.0.2", path = "../bosun" }
2626
env_logger = "0.6"
2727
failure = "0.1"
2828
failure_derive = "0.1"

aws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Lukas Pustina <lukas.pustina@centerdevice.com>"]
55

66
edition = "2018"

bosun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bosun"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Lukas Pustina <lukas.pustina@centerdevice.com>"]
55

66
edition = "2018"

0 commit comments

Comments
 (0)