Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Oct 7, 2022
1 parent ac30c72 commit ac7dec9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.3.4"
version = "0.3.5"
homepage = "https://github.com/slowtec/msr"
repository = "https://github.com/slowtec/msr"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/msr-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ thiserror = "1.0.37"
tokio = { version = "1.21.2", default-features = false, features = ["sync"] }

# Workspace dependencies
msr-core = "=0.3.4"
msr-core = "=0.3.5"
6 changes: 3 additions & 3 deletions crates/msr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version.workspace = true

[dependencies]
# Workspace dependencies
msr-core = "=0.3.4"
msr-plugin = { version = "=0.3.4", optional = true }
msr-core = "=0.3.5"
msr-plugin = { version = "=0.3.5", optional = true }

[features]
default = []
Expand All @@ -24,4 +24,4 @@ log = "0.4.17"
tokio = { version = "1.21.2", features = ["full"] }

# Workspace dev-dependencies
msr-plugin = "=0.3.4"
msr-plugin = "=0.3.5"
4 changes: 2 additions & 2 deletions plugins/csv-event-journal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ thiserror = "1.0.37"
tokio = { version = "1.21.2", default-features = false, features = ["rt-multi-thread", "sync"] }

# Workspace dependencies
msr-core = { version = "=0.3.4", features = ["csv-event-journal"] }
msr-plugin = "=0.3.4"
msr-core = { version = "=0.3.5", features = ["csv-event-journal"] }
msr-plugin = "=0.3.5"
4 changes: 2 additions & 2 deletions plugins/csv-register-recorder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ thiserror = "1.0.37"
tokio = { version = "1.21.2", default-features = false, features = ["rt-multi-thread"] }

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

0 comments on commit ac7dec9

Please sign in to comment.