Skip to content

Commit

Permalink
3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 24, 2024
1 parent 3dfbeda commit eaa5c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@ macro_rules! cure {
($string:expr) => {
$crate::cure($string, $crate::Options::default())
};
}
}

0 comments on commit eaa5c99

Please sign in to comment.