Skip to content

Commit

Permalink
Fix Cargo.lock and default-features
Browse files Browse the repository at this point in the history
This seems to have been causing build/fetch errors in CI.

Signed-off-by: Scott Fleener <[email protected]>
  • Loading branch information
sfleen committed Dec 10, 2024
1 parent 59db929 commit 7160bc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2957,7 +2957,6 @@ dependencies = [
"once_cell",
"pin-project-lite",
"thiserror 1.0.69",
"tracing",
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ lto = true

[workspace.dependencies]
linkerd2-proxy-api = "0.15.0"
tokio-rustls = { version = "0.26", default_features = false, features = ["ring", "logging"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["ring", "logging"] }
# linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api.git", branch = "main" }

0 comments on commit 7160bc4

Please sign in to comment.