Skip to content

Commit 329e221

Browse files
committed
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.
1 parent 4e14bb4 commit 329e221

File tree

3 files changed

+1397
-661
lines changed

3 files changed

+1397
-661
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ members = [
2525
"tests",
2626
"testing",
2727
]
28+
resolver = "1"
2829

2930
# Patch dependencies on tink crates so that they refer to the versions within this same repository.
3031
[patch.crates-io]

testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tink-testing-server"
33
version = "0.2.5"
44
authors = ["David Drysdale <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77
description = "Testing server for Rust port of Google's Tink cryptography library"
88
repository = "https://github.com/project-oak/tink-rust"

0 commit comments

Comments
 (0)