Skip to content

Commit

Permalink
test(core): 💍 update ci's rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
wjian23 authored and rchangelog[bot] committed Jan 13, 2025
1 parent c59c1e2 commit 4165221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
CI_BINARY_BUILD: "build18"

# We have some features that are only available on nightly. We need to test it.
NIGHTLY_VERSION: "nightly-2024-10-03"
NIGHTLY_VERSION: "nightly-2024-12-10"

name: CI
jobs:
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Please only add new entries below the [Unreleased](#unreleased---releasedate) he

- **macros**: Added the `part_reader!` macro to generate a partial reader from a reference of a reader. (#688 @M-Adoo)
- **macros**: The `simple_declare` now supports the `stateless` meta attribute, `#[simple_declare(stateless)]`. (#688 @M-Adoo)
- **core**: Support extend custom event. (#pr @wjian23)
- **widgets**: Refactor `Input` Widget. (#pr @wjian23)
- **core**: Support extend custom event. (#684 @wjian23)
- **widgets**: Refactor `Input` Widget. (#684 @wjian23)

### Changed
- **core**: Rename `can_focus` field of FocusScope to `skip_host`. (#pr @wjian23)
- **core**: Unified implementation of IntoWidget for impl StateWriter<V:Compose>. (#pr @wjian23)
- **core**: Rename `can_focus` field of FocusScope to `skip_host`. (#684 @wjian23)
- **core**: Unified implementation of IntoWidget for impl StateWriter<V:Compose>. (#684 @wjian23)

## [0.4.0-alpha.22] - 2025-01-08

Expand Down

0 comments on commit 4165221

Please sign in to comment.