From 94a01baa167750576245440b0d3af63d9aea7b50 Mon Sep 17 00:00:00 2001 From: 15168316096 <15168316096@163.com> Date: Fri, 21 Feb 2025 17:38:50 +0800 Subject: [PATCH 1/2] debug ci --- demo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/README.md b/demo/README.md index d0fa467..3c3fc4a 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,5 +1,6 @@ # demo + TODO: Write this readme *This project was bootstrapped with [ckb-script-templates].* From 2efd96147b59ffa363624752fff65773bd3ce891 Mon Sep 17 00:00:00 2001 From: 15168316096 <15168316096@163.com> Date: Fri, 21 Feb 2025 17:55:00 +0800 Subject: [PATCH 2/2] update rustc 1.84.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0a0989..51abd05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.84.1 override: true - name: Cache Rust dependencies