[PR #3] [MERGED] unify packaging into one crate-multi-binary #18

Closed
opened 2026-02-16 04:15:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/semtools/pull/3
Author: @logan-markewich
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @logan-markewich

Base: mainHead: logan/unify_packaging


📝 Commits (3)

📊 Changes

8 files changed (+154 additions, -65 deletions)

View changed files

📝 .github/workflows/release.yml (+57 -8)
📝 Cargo.lock (+18 -0)
📝 Cargo.toml (+48 -0)
📝 README.md (+11 -33)
📝 crates/parse/Cargo.toml (+8 -7)
📝 crates/parse/README.md (+2 -5)
📝 crates/search/Cargo.toml (+8 -7)
📝 crates/search/README.md (+2 -5)

📄 Description

Ensure we only publish one crate, but it comes with two binaries


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/semtools/pull/3 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/unify_packaging` --- ### 📝 Commits (3) - [`b43be08`](https://github.com/run-llama/semtools/commit/b43be0885f035ff57ae8937c60bf64c575bc3f55) unify packaging into one crate-multi-binary - [`88e6de3`](https://github.com/run-llama/semtools/commit/88e6de3cb755048e47c68a353a6ac9133f889f9c) more readme - [`d43c1cd`](https://github.com/run-llama/semtools/commit/d43c1cded2c0431db289ec37ae3beca6c51e3ae1) nit ### 📊 Changes **8 files changed** (+154 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+57 -8) 📝 `Cargo.lock` (+18 -0) 📝 `Cargo.toml` (+48 -0) 📝 `README.md` (+11 -33) 📝 `crates/parse/Cargo.toml` (+8 -7) 📝 `crates/parse/README.md` (+2 -5) 📝 `crates/search/Cargo.toml` (+8 -7) 📝 `crates/search/README.md` (+2 -5) </details> ### 📄 Description Ensure we only publish one crate, but it comes with two binaries --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:15:14 -05:00
yindo closed this issue 2026-02-16 04:15:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/semtools#18