Skip to content

Commit

Permalink
Bumped version number to upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeantoni committed Jan 8, 2023
1 parent 08134fe commit 8b348ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prost-wkt"
version = "0.3.4"
version = "0.3.5"
authors = ["fdeantoni <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/fdeantoni/prost-wkt"
Expand Down
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prost-wkt-example"
version = "0.3.4"
version = "0.3.5"
authors = ["fdeantoni <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion wkt-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prost-wkt-build"
version = "0.3.4"
version = "0.3.5"
authors = ["fdeantoni <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/fdeantoni/prost-wkt"
Expand Down
6 changes: 3 additions & 3 deletions wkt-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prost-wkt-types"
version = "0.3.4"
version = "0.3.5"
authors = ["fdeantoni <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/fdeantoni/prost-wkt"
Expand All @@ -19,7 +19,7 @@ default = ["std"]
std = []

[dependencies]
prost-wkt = { version = "0.3.4", path = ".." }
prost-wkt = { version = "0.3.5", path = ".." }
prost = "0.11.5"
serde = "1.0"
serde_json = "1.0"
Expand All @@ -30,5 +30,5 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
prost = "0.11.5"
prost-types = "0.11.5"
prost-build = "0.11.5"
prost-wkt-build = { version = "0.3.4", path = "../wkt-build" }
prost-wkt-build = { version = "0.3.5", path = "../wkt-build" }
regex = "1"

0 comments on commit 8b348ba

Please sign in to comment.