-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tink-testing-server: regenerate code from protos
With `export PROTOC=/usr/bin/protoc; cargo build The current version of `tonic-build` needs 2021 edition (because it assumes `TryInto` is in the prelude) so move to that for this crate. Mark the top-level workspace as still using resolver = 1.
- Loading branch information
1 parent
c59ed84
commit 589fb1d
Showing
3 changed files
with
1,397 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "tink-testing-server" | ||
version = "0.2.5" | ||
authors = ["David Drysdale <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Testing server for Rust port of Google's Tink cryptography library" | ||
repository = "https://github.com/project-oak/tink-rust" | ||
|
Oops, something went wrong.