这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(tower-uds): delete unused crate #10676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 22, 2025
Merged

chore(tower-uds): delete unused crate #10676

merged 4 commits into from
Jul 22, 2025

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Jul 15, 2025

No description provided.

Copy link

vercel bot commented Jul 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-native-web ❌ Failed (Inspect) Jul 22, 2025 1:50pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2025 1:50pm

@anthonyshew anthonyshew requested a review from a team as a code owner July 15, 2025 03:39
@anthonyshew anthonyshew changed the title test(tower-uds): add meaningful integration tests test(tower-uds): add unit tests Jul 15, 2025
@@ -7,7 +7,7 @@ license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { workspace = true, features = ["net"] }
tokio = { workspace = true, features = ["net", "macros", "rt", "io-util"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these required? I'm a little concerned about adding these features just for testing since they're invasive and will end up in the binary.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, you right. I moved them to dev-dependencies. Is that sufficient?

@chris-olszewski chris-olszewski changed the title test(tower-uds): add unit tests chore(tower-uds): delete unused crate Jul 22, 2025
@chris-olszewski chris-olszewski enabled auto-merge (squash) July 22, 2025 13:49
@chris-olszewski chris-olszewski merged commit 648493e into main Jul 22, 2025
41 of 42 checks passed
@chris-olszewski chris-olszewski deleted the shew/f438c branch July 22, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants