mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
fix: commit Cargo.lock with pinned dependency versions
Remove Cargo.lock from .gitignore and commit lockfile with: - tectonic sub-crates pinned to v1.1.6 build versions - tauri 2.11.1 + plugins matching NPM packages Without Cargo.lock, CI resolves latest sub-crate versions which have breaking API changes, and tauri plugins may not match NPM. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
715753c8d3
commit
b0126b26bf
2 changed files with 543 additions and 817 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,7 +31,6 @@ tsconfig.tsbuildinfo
|
|||
*.tsbuildinfo
|
||||
|
||||
# Rust
|
||||
Cargo.lock
|
||||
apps/desktop/src-tauri/.cargo/config.toml
|
||||
|
||||
# Tauri auto-generated schemas
|
||||
|
|
|
|||
1359
apps/desktop/src-tauri/Cargo.lock
generated
1359
apps/desktop/src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue