Skip to content

Commit

Permalink
Merge pull request pingcap#3 from windtalker/hanfei/join
Browse files Browse the repository at this point in the history
merge master
  • Loading branch information
hanfei1991 authored May 6, 2020
2 parents 59279b9 + dbfd283 commit b17edac
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
go:
docker:
- image: circleci/golang:stretch
- image: circleci/golang:1.13-stretch
environment:
PROTOC_VERSION: "3.5.1"
working_directory: /go/src/github.com/pingcap/tipb
Expand Down
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ edition = "2018"
[features]
default = ["protobuf-codec"]
protobuf-codec = ["protobuf-build/protobuf-codec"]
prost-codec = ["prost", "prost-derive", "bytes", "lazy_static", "protobuf-build/prost-codec"]
prost-codec = ["prost", "prost-derive", "lazy_static", "protobuf-build/prost-codec"]

[lib]
name = "tipb"

[dependencies]
protobuf = "2"
prost = { version = "0.5", optional = true }
prost-derive = { version = "0.5", optional = true }
bytes = { version = "0.4", optional = true }
prost = { version = "0.6", optional = true }
prost-derive = { version = "0.6", optional = true }
lazy_static = { version = "1.3", optional = true }

[build-dependencies]
protobuf-build = { version = "0.10", default-features = false }
protobuf-build = { version = "0.11.0", default-features = false }
Loading

0 comments on commit b17edac

Please sign in to comment.