Skip to content

Commit b5bc7b8

Browse files
committed
fix: resolve merge conflicts and update dependencies for CI
- Resolved merge conflict in src/semantic/analyzer.rs - Fixed CI Rust version from invalid 1.100.0 to 1.80.0 - Updated dependencies to latest versions: - cranelift 0.110 -> 0.121 - gimli 0.31 -> 0.32 - thiserror 1.0 -> 2.0 - Fixed numerous format string syntax errors - Updated Cargo.lock with new dependency versions
1 parent 18ecd94 commit b5bc7b8

138 files changed

Lines changed: 792 additions & 919 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
uses: actions/checkout@v4
178178

179179
- name: Install Rust
180-
uses: dtolnay/rust-toolchain@1.100.0 # Update this to your MSRV
180+
uses: dtolnay/rust-toolchain@1.80.0 # Update this to your MSRV
181181

182182
- name: Check MSRV
183183
run: cargo check --all-features

0 commit comments

Comments
 (0)