Version fix #193

Merged
kdeng00 merged 11 commits from fix_version into main 2025-10-14 22:02:26 -04:00
Showing only changes of commit a2fa097cfc - Show all commits
+3 -3
View File
@@ -2,9 +2,9 @@ name: Rust CI
on:
push:
branches: [ "v0.2" ]
branches: [ "main" ]
pull_request:
branches: [ "v0.2" ]
branches: [ "main" ]
jobs:
build:
@@ -25,7 +25,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Rust 1.90.0
uses: actions-rs/toolchain@v1