diff --git a/Cargo.toml b/Cargo.toml index b11c19c89..06801d358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ exclude = [ resolver = "2" [workspace.package] +version = "0.12.4" authors = [ "Dan Burkert ", "Lucio Franco ", diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index ce44b36be..c6d134a5e 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost-build" -version = "0.12.4" +version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true diff --git a/prost-derive/Cargo.toml b/prost-derive/Cargo.toml index 02f03c816..e5f0fc3b2 100644 --- a/prost-derive/Cargo.toml +++ b/prost-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost-derive" -version = "0.12.4" +version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true diff --git a/prost-types/Cargo.toml b/prost-types/Cargo.toml index ec30ee189..1273894c2 100644 --- a/prost-types/Cargo.toml +++ b/prost-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost-types" -version = "0.12.4" +version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true diff --git a/prost/Cargo.toml b/prost/Cargo.toml index 7fc3a47d6..a06b67563 100644 --- a/prost/Cargo.toml +++ b/prost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost" -version = "0.12.4" +version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true