You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/12/02 19:50:52 UTC

[GitHub] [incubator-mesatee] dingelish commented on a change in pull request #112: rewrite kms with prost

dingelish commented on a change in pull request #112: rewrite kms with prost
URL: https://github.com/apache/incubator-mesatee/pull/112#discussion_r352795060
 
 

 ##########
 File path: mesatee_services/kms/proto/Cargo.toml
 ##########
 @@ -12,6 +12,9 @@ mesalock_sgx = ["sgx_tstd", "mesatee_core/mesalock_sgx"]
 cov = ["sgx_cov"]
 
 [dependencies]
+prost = { version = "0.5.0" }
+bytes = { version = ">= 0.4.12"} # unix app depends on 0.4.12, while sgx lib depends on 0.5.0
 
 Review comment:
   Just a note: the revelent PR on prost is https://github.com/danburkert/prost/pull/246 . Once it's merged, I'll upgrade the forked prost.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org