Skip to content

Commit 4cb84f3

Browse files
committed
Bump version to 3.7.2
1 parent ee1d928 commit 4cb84f3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

protobuf-codegen/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protobuf-codegen"
3-
version = "3.7.1"
3+
version = "3.7.2"
44
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
55
edition = "2021"
66
license = "MIT"
@@ -22,8 +22,8 @@ regex = "1.5.5"
2222
once_cell = "1.10.0"
2323
tempfile = "3"
2424

25-
protobuf = { path = "../protobuf", version = "=3.7.1" }
26-
protobuf-parse = { path = "../protobuf-parse", version = "=3.7.1" }
25+
protobuf = { path = "../protobuf", version = "=3.7.2" }
26+
protobuf-parse = { path = "../protobuf-parse", version = "=3.7.2" }
2727

2828
[[bin]]
2929

protobuf-json-mapping/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "protobuf-json-mapping"
4-
version = "3.7.1"
4+
version = "3.7.2"
55
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
66
edition = "2021"
77
license = "MIT"
@@ -18,8 +18,8 @@ bench = false
1818
[dependencies]
1919
thiserror = "1.0.30"
2020

21-
protobuf = { path = "../protobuf", version = "=3.7.1" }
22-
protobuf-support = { path = "../protobuf-support", version = "=3.7.1" }
21+
protobuf = { path = "../protobuf", version = "=3.7.2" }
22+
protobuf-support = { path = "../protobuf-support", version = "=3.7.2" }
2323

2424
[package.metadata.docs.rs]
2525
all-features = true

protobuf-parse/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protobuf-parse"
3-
version = "3.7.1"
3+
version = "3.7.2"
44
edition = "2021"
55
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
66
license = "MIT"
@@ -22,8 +22,8 @@ anyhow = "1.0.53"
2222
thiserror = "1.0.30"
2323
indexmap = "2.0.0"
2424

25-
protobuf = { path = "../protobuf", version = "=3.7.1" }
26-
protobuf-support = { path = "../protobuf-support", version = "=3.7.1" }
25+
protobuf = { path = "../protobuf", version = "=3.7.2" }
26+
protobuf-support = { path = "../protobuf-support", version = "=3.7.2" }
2727

2828
[lib]
2929
# TODO: figure out what to do with bundled linked_hash_map

protobuf-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "protobuf-support"
4-
version = "3.7.1"
4+
version = "3.7.2"
55
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
66
edition = "2021"
77
license = "MIT"

protobuf/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "protobuf"
4-
version = "3.7.1"
4+
version = "3.7.2"
55
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
66
edition = "2021"
77
license = "MIT"
@@ -24,7 +24,7 @@ bytes = { version = "1.1", optional = true }
2424
thiserror = "1.0.30"
2525
once_cell = "1.9.0"
2626

27-
protobuf-support = { path = "../protobuf-support", version = "=3.7.1" }
27+
protobuf-support = { path = "../protobuf-support", version = "=3.7.2" }
2828

2929
[package.metadata.docs.rs]
3030
all-features = true

0 commit comments

Comments
 (0)