Skip to content

Commit

Permalink
Trace Cargo.lock and use protobuf 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicqu committed May 11, 2018
1 parent 06f898f commit 2bdf8d9
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ target
tmp
/bin

Cargo.lock
*.rs.bk
*.rs.fmt
115 changes: 115 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["algorithms", "database-implementations"]

[dependencies]
log = "0.4.1"
protobuf = "1.2"
protobuf = "1.5"
quick-error = "1.2.1"
rand = "0.4"
fxhash = "0.2.1"
Expand Down

0 comments on commit 2bdf8d9

Please sign in to comment.