Skip to content

Commit 344fc93

Browse files
authored
Merge pull request #23 from HerodotusDev/feat/docker-integration
Bump version
2 parents 9229817 + 45cc2da commit 344fc93

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/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 = "0.1.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
[dependencies]

crates/l2-micro-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "l2-micro-service"
3-
version = "0.1.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/monitor_events/Cargo.toml

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

66
[dependencies]

0 commit comments

Comments
 (0)