Skip to content

Commit c01d04b

Browse files
committed
Update version to 1.1.0
1 parent a607fe5 commit c01d04b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

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

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common"
3-
version = "1.0.4"
3+
version = "1.1.0"
44
edition = "2021"
55

66
[dependencies]

rabbitmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmq"
3-
version = "1.0.4"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["Michał Mach <michal.mach@neti-soft.com>"]
66

scheduler/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scheduler"
3-
version = "1.0.4"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["Michał Mach <michal.mach@neti-soft.com>"]
66

@@ -13,7 +13,7 @@ axum-extra = { version = "0.9.3" }
1313
color-eyre = "0.6.3"
1414
dotenvy = "0.15.7"
1515
once_cell = "1.19.0"
16-
rabbitmq = { version = "1.0.4", path = "../rabbitmq" }
16+
rabbitmq = { version = "1.1.0", path = "../rabbitmq" }
1717
rand = "0.8.5"
1818
reqwest = {version = "0.12.7", features = ["json"]}
1919
serde = {version = "1.0.209", features = ["derive"]}
@@ -39,7 +39,7 @@ aws-sdk-ecs = "1.47.0"
3939
aws-config = { version = "1.5.8", features = ["behavior-version-latest"] }
4040
utoipa = { version = "5.2.0", features = ["axum_extras", "uuid", "url", "chrono", "debug"] }
4141
utoipa-swagger-ui = {version = "8.0.3", features = ["axum", "reqwest", "url"]}
42-
common = { version = "1.0.4", path = "../common" }
42+
common = { version = "1.1.0", path = "../common" }
4343

4444
[dev-dependencies]
4545
sqlx-cli = "0.8.2"

worker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker"
3-
version = "1.0.4"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["Michał Mach <michal.mach@neti-soft.com>"]
66

@@ -13,7 +13,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
1313
color-eyre = "0.6.3"
1414
dotenvy = "0.15.7"
1515
once_cell = "1.19.0"
16-
rabbitmq = { version = "1.0.4", path = "../rabbitmq" }
16+
rabbitmq = { version = "1.1.0", path = "../rabbitmq" }
1717
rand = "0.8.5"
1818
reqwest = "0.12.7"
1919
serde = "1.0.209"

0 commit comments

Comments
 (0)