Skip to content

Commit

Permalink
chore: bump versions (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh authored Jul 27, 2023
2 parents 2246bf3 + 88a77bf commit 63f4ae2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example"
version = "3.0.2"
version = "3.0.3"
authors = ["Harald Hoyer <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/ping/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ping"
version = "2.0.2"
version = "2.0.3"
authors = ["Harald Hoyer <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion varlink-certification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varlink-certification"
version = "2.0.4"
version = "2.0.5"
authors = ["Harald Hoyer <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions varlink-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varlink-cli"
version = "4.5.3"
version = "4.5.4"
authors = ["Harald Hoyer <[email protected]>"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
varlink = { version = "11", path = "../varlink" }
varlink_stdinterfaces = { version = "11", path = "../varlink_stdinterfaces" }
varlink_parser = { version = "4.2", path = "../varlink_parser" }
varlink_parser = { version = "4.3", path = "../varlink_parser" }
serde = "1.0.102"
serde_json = "1.0.41"
clap = "2.33.0"
Expand Down
4 changes: 2 additions & 2 deletions varlink_generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varlink_generator"
version = "10.1.0"
version = "10.1.1"
authors = ["Harald Hoyer <[email protected]>"]
edition = "2018"

Expand All @@ -23,7 +23,7 @@ name = "varlink-rust-generator"
path = "src/bin/varlink-rust-generator.rs"

[dependencies]
varlink_parser = { version = "4.2", path = "../varlink_parser" }
varlink_parser = { version = "4.3", path = "../varlink_parser" }
quote = "1.0.2"
proc-macro2 = "1.0.6"
getopts = "0.2.21"
Expand Down
2 changes: 1 addition & 1 deletion varlink_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varlink_parser"
version = "4.2.0"
version = "4.3.0"
authors = ["Harald Hoyer <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 63f4ae2

Please sign in to comment.