Skip to content

Commit 1fd0650

Browse files
committed
Bump version
1 parent 372c247 commit 1fd0650

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pq"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Sevag Hanssian <[email protected]>"]
55
description = "jq for protobuf"
66
repository = "https://github.com/sevagh/pq"
@@ -17,7 +17,7 @@ erased_serde_json = { path = "erased-serde-json", version = "0.1.0" }
1717
serde_json = "1.0"
1818
serde-protobuf = "0.7"
1919
protobuf = "1.4"
20-
stream_delimit = { path = "stream-delimit", version = "0.5.1" }
20+
stream_delimit = { path = "stream-delimit", version = "0.5.2" }
2121
clap = "2"
2222
libc = "0.2"
2323

stream-delimit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stream_delimit"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Sevag Hanssian <[email protected]>"]
55
description = "length delimited protobuf stream separator"
66
repository = "https://github.com/sevagh/pq/tree/master/stream_delimit"

0 commit comments

Comments
 (0)