Skip to content

Commit 348de88

Browse files
committed
chore: add cargo.lock for exact build
1 parent 2b24fb6 commit 348de88

11 files changed

Lines changed: 5927 additions & 17 deletions

File tree

.github/workflows/build_and_push_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Set up rust
31-
uses: dtolnay/rust-toolchain@1.82.0
31+
uses: dtolnay/rust-toolchain@1.85.0
3232

3333
- name: Install cross
3434
run: cargo install cross --version 0.2.5

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "UPLOAD_URL=${upload_url}" >> $GITHUB_ENV
4242
4343
- name: Set up Rust toolchain
44-
uses: dtolnay/rust-toolchain@1.82.0
44+
uses: dtolnay/rust-toolchain@1.85.0
4545

4646
# Build linux targets by cross, otherwise there may be runtime errors when running on other linux versions:
4747
# ./ape-dts: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./ape-dts)

.github/workflows/build_and_upload_to_s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Set up rust
28-
uses: dtolnay/rust-toolchain@1.82.0
28+
uses: dtolnay/rust-toolchain@1.85.0
2929

3030
- name: Install cross
3131
run: cargo install cross --version 0.2.5

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Session.vim
1515
.settings/
1616

1717
## Configuration
18-
Cargo.lock
1918

2019
## Build
2120
/target

0 commit comments

Comments
 (0)