📦 build: update dependencies and documentations #1288
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request performs routine maintenance by updating dependencies and making documentation-related changes. The changes include updating Cargo.lock with latest dependency versions, removing a dedicated MCP section from the README, and adding a new command to the documentation update script for generating built-in functions documentation.
Changes:
- Updated Cargo.lock with latest versions of multiple dependencies (futures, bitflags, libc, and others)
- Removed dedicated MCP section from README.md
- Added command to generate builtins.html documentation in update_doc.sh script
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Cargo.lock | Routine dependency updates including futures 0.3.31→0.3.32, bitflags 2.10.0→2.11.0, and various other minor version bumps |
| README.md | Removed standalone MCP section that provided links to MCP documentation and getting started guide |
| scripts/update_doc.sh | Added new line to generate built-in functions HTML documentation using mq docs command |
- Update Cargo.lock for latest dependencies - Remove MCP section from README.md - Update doc script for builtins.html generation [skip ci]
Co-authored-by: Copilot <[email protected]>
65cc076 to
8d3144d
Compare
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.
No description provided.