From eaa5c99bc8ed31b8cded5781e7d8f5fe65f3ee3b Mon Sep 17 00:00:00 2001 From: null8626 Date: Thu, 24 Oct 2024 13:44:08 +0700 Subject: [PATCH] 3.2.5 --- .github/workflows/CI.yml | 2 +- core/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6d2c2e71..65be3944 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -571,7 +571,7 @@ jobs: runs-on: ubuntu-latest needs: - setup - - core + #- core if: ${{ always() && (needs.setup.outputs.release != 'null' || needs.setup.outputs.wasm_affected == 'true') }} steps: - uses: actions/checkout@v4 diff --git a/core/src/lib.rs b/core/src/lib.rs index 41a87b61..a0466cb7 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -389,4 +389,4 @@ macro_rules! cure { ($string:expr) => { $crate::cure($string, $crate::Options::default()) }; -} +} \ No newline at end of file