Skip to content

Commit ac7dec9

Browse files
committed
Release v0.3.5
1 parent ac30c72 commit ac7dec9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.3.4"
8+
version = "0.3.5"
99
homepage = "https://github.com/slowtec/msr"
1010
repository = "https://github.com/slowtec/msr"
1111
license = "MIT/Apache-2.0"

crates/msr-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ thiserror = "1.0.37"
1313
tokio = { version = "1.21.2", default-features = false, features = ["sync"] }
1414

1515
# Workspace dependencies
16-
msr-core = "=0.3.4"
16+
msr-core = "=0.3.5"

crates/msr/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ version.workspace = true
1010

1111
[dependencies]
1212
# Workspace dependencies
13-
msr-core = "=0.3.4"
14-
msr-plugin = { version = "=0.3.4", optional = true }
13+
msr-core = "=0.3.5"
14+
msr-plugin = { version = "=0.3.5", optional = true }
1515

1616
[features]
1717
default = []
@@ -24,4 +24,4 @@ log = "0.4.17"
2424
tokio = { version = "1.21.2", features = ["full"] }
2525

2626
# Workspace dev-dependencies
27-
msr-plugin = "=0.3.4"
27+
msr-plugin = "=0.3.5"

plugins/csv-event-journal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ thiserror = "1.0.37"
1414
tokio = { version = "1.21.2", default-features = false, features = ["rt-multi-thread", "sync"] }
1515

1616
# Workspace dependencies
17-
msr-core = { version = "=0.3.4", features = ["csv-event-journal"] }
18-
msr-plugin = "=0.3.4"
17+
msr-core = { version = "=0.3.5", features = ["csv-event-journal"] }
18+
msr-plugin = "=0.3.5"

plugins/csv-register-recorder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ thiserror = "1.0.37"
1515
tokio = { version = "1.21.2", default-features = false, features = ["rt-multi-thread"] }
1616

1717
# Workspace dependencies
18-
msr-core = { version = "=0.3.4", features = ["csv-register-recorder"] }
19-
msr-plugin = "=0.3.4"
18+
msr-core = { version = "=0.3.5", features = ["csv-register-recorder"] }
19+
msr-plugin = "=0.3.5"

0 commit comments

Comments
 (0)