Skip to content

Commit

Permalink
tink-testing-server: regenerate code from protos
Browse files Browse the repository at this point in the history
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
daviddrysdale committed Oct 2, 2024
1 parent c59ed84 commit 589fb1d
Show file tree
Hide file tree
Showing 3 changed files with 1,397 additions and 661 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ members = [
"tests",
"testing",
]
resolver = "1"

# Patch dependencies on tink crates so that they refer to the versions within this same repository.
[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 589fb1d

Please sign in to comment.