Skip to content

Commit

Permalink
chore(ci): latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Apr 15, 2024
1 parent fe06c6b commit 03a56f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
needs: [get-leptos-changed]
if: needs.get-leptos-changed.outputs.leptos_changed == 'true'
name: Run semver check (nightly-2024-03-31)
name: Run semver check (nightly-2024-04-14)
runs-on: ubuntu-latest

steps:
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Semver Checks
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: nightly-2024-03-31
rust-toolchain: nightly-2024-04-14
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
with:
directory: ${{ matrix.directory }}
cargo_make_task: "ci"
toolchain: nightly-2024-03-31
toolchain: nightly-2024-04-14
4 changes: 2 additions & 2 deletions leptos_macro/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies = [
[tasks.test-leptos_macro-example]
description = "Tests the leptos_macro/example to check if macro handles doc comments correctly"
command = "cargo"
args = ["+nightly-2024-03-31", "test", "--doc"]
args = ["+nightly-2024-04-14", "test", "--doc"]
cwd = "example"
install_crate = false

[tasks.doc-leptos_macro-example]
description = "Docs the leptos_macro/example to check if macro handles doc comments correctly"
command = "cargo"
args = ["+nightly-2024-03-31", "doc"]
args = ["+nightly-2024-04-14", "doc"]
cwd = "example"
install_crate = false

0 comments on commit 03a56f8

Please sign in to comment.