Bump workspace to 0.10.0 and package GSL headers#23
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the workspace crate versions to 0.10.0 and updates the llama-cpp-bindings-sys publish-time file allowlist so the vendored Microsoft GSL headers are included in the packaged crate (needed because the C++ wrappers now include <gsl/span>).
Changes:
- Bump workspace package version and workspace-pinned intra-workspace crate versions from
0.9.0to0.10.0. - Update
llama-cpp-bindings-syspackage.includeto shipGSL/include/**/*andGSL/LICENSE. - Regenerate
Cargo.lockto reflect the0.10.0crate versions.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
llama-cpp-bindings-sys/Cargo.toml |
Adds GSL headers/license to the crate packaging allowlist so published builds can resolve <gsl/span>. |
Cargo.toml |
Bumps workspace version to 0.10.0 and updates workspace dependency pins for internal crates. |
Cargo.lock |
Updates lockfile entries for the workspace crates to 0.10.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump all crates to 0.10.0 and add the vendored GSL headers to the
llama-cpp-bindings-syspackageincludelist, so the published crate compiles (the wrappers started using<gsl/span>after 0.9.0).🤖 Generated with Claude Code