1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: avoid checking examples in build-time test
Requires differently-versioned-in-Debian crates
hyper-rustls and tower-http.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-03-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,9 @@
"tonic-types",
"tonic-reflection",
"tonic-web", # Non-published crates
- "examples",
+ #"examples",
"codegen",
- "interop", # Tests
+ #"interop", # Tests
"tests/disable_comments",
"tests/included_service",
"tests/same_name",
|