Closed Tim-Zhang closed 4 years ago
@Tim-Zhang Please add reason why ttrpc need lock on this version in the commit log.
@Tim-Zhang For example, some build fail log.
https://github.com/alipay/ttrpc-rust/blob/master/examples/protocols/Cargo.toml#L9 And I think this is the core reason that why it got error. I think we should update the both version and lock them together.
@teawater I have updated the pull-request follow your advice, please review again. thank you.
@Tim-Zhang When you think your version is OK, please let @lifupan help to test this commit. If the test pass, I am OK with this change. @lifupan could you help me merge this PR when it pass the test with your project?
@Tim-Zhang When you think your version is OK, please let @lifupan help to test this commit. If the test pass, I am OK with this change. @lifupan could you help me merge this PR when it pass the test with your project?
Got: cargo run --example server unix:///tmp/1 error[E0425]: cannot find value
VERSION_2_8_0
in crateprotobuf
This commit fixes this error.
Signed-off-by: Tim Zhang tim@hyper.sh