Skip to content

Commit c27b26a

Browse files
PLeVasseursophokles73
authored andcommitted
Prepare 0.5.0 release
1 parent 26bd9d8 commit c27b26a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ license = "Apache-2.0"
3535
readme = "README.md"
3636
repository = "https://github.com/eclipse-uprotocol/up-transport-vsomeip-rust"
3737
rust-version = "1.82"
38-
version = "0.4.1"
38+
version = "0.5.0"
3939

4040
[workspace.dependencies]
4141
async-trait = { version = "0.1" }
@@ -52,5 +52,5 @@ serde = { version = "1.0", features = ["derive"] }
5252
serde_json = { version = "1.0" }
5353
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros", "sync", "time", "tracing"] }
5454
up-rust = { version = "0.9.0" }
55-
vsomeip-proc-macro = { version = "0.4.0", path = "vsomeip-proc-macro" }
56-
vsomeip-sys = { version = "0.4.0", path = "vsomeip-sys", default-features = false }
55+
vsomeip-proc-macro = { version = "0.5.0", path = "vsomeip-proc-macro" }
56+
vsomeip-sys = { version = "0.5.0", path = "vsomeip-sys", default-features = false }

0 commit comments

Comments
 (0)