Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit 5071997

Browse files
committed
0.1.3-rc.5.2.4
1 parent f538005 commit 5071997

50 files changed

Lines changed: 1591 additions & 3869 deletions

Some content is hidden

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

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[unstable]
2+
profile-rustflags = true
3+
trim-paths = true

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
echo "version=v${VERSION}" >> $GITHUB_OUTPUT
3737
3838
- name: Log in to Docker Hub
39-
uses: docker/login-action@v3.3.0
39+
uses: docker/login-action@v3.4.0
4040
with:
4141
username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}
4343

4444
- name: Extract metadata for Docker
4545
id: meta
46-
uses: docker/metadata-action@v5.6.1
46+
uses: docker/metadata-action@v5.7.0
4747
with:
4848
images: ${{ env.IMAGE_NAME }}
4949
tags: |
@@ -53,20 +53,20 @@ jobs:
5353
type=raw,value=${{ github.ref_name }},enable=${{ github.event_name == 'push' }}
5454
5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@v3.8.0
56+
uses: docker/setup-buildx-action@v3.10.0
5757
with:
5858
driver-opts: |
5959
image=moby/buildkit:latest
6060
network=host
6161
6262
- name: Build and push Docker image
63-
uses: docker/build-push-action@v6.11.0
63+
uses: docker/build-push-action@v6.15.0
6464
env:
6565
DOCKER_BUILD_RECORD_UPLOAD: false
6666
with:
6767
context: .
6868
push: true
69-
platforms: linux/amd64,linux/arm64v8
69+
platforms: linux/amd64,linux/arm64
7070
tags: ${{ steps.meta.outputs.tags }}
7171
labels: ${{ steps.meta.outputs.labels }}
7272
cache-from: type=gha
@@ -93,4 +93,4 @@ jobs:
9393
with:
9494
name: cursor-api-binaries
9595
path: artifacts/
96-
retention-days: 7
96+
retention-days: 7

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
node_modules
1010
.DS_Store
1111
/.vscode
12-
/.cargo
1312
/.token
1413
/.token-list
1514
/.tokens
@@ -25,3 +24,4 @@ node_modules
2524
/result.txt
2625
tools/tokenizer/
2726
/diff
27+
/Cargo.lock

0 commit comments

Comments
 (0)