Skip to content

Commit 355b2af

Browse files
committed
sorted the default features
1 parent bc54f68 commit 355b2af

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [0.18.1] - 2026-02-23
6+
## [0.18.1] - 2026-02-24
77

88
### Fixes 🍕
99

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ unic-langid = { version = "0.9", features = ["macros"] }
5757

5858
[features]
5959
default = [
60-
"use_calendar",
61-
"use_textarea_autosize",
62-
"use_web_lock",
63-
"use_window_size",
6460
"is_err",
6561
"is_none",
6662
"is_ok",
@@ -118,17 +114,20 @@ default = [
118114
"use_service_worker",
119115
"use_sorted",
120116
"use_supported",
117+
"use_textarea_autosize",
121118
"use_throttle_fn",
122119
"use_timeout_fn",
123120
"use_timestamp",
124121
"use_toggle",
125122
"use_to_string",
126123
"use_user_media",
124+
"use_web_lock",
127125
"use_web_notification",
128126
"use_websocket",
129127
"use_window",
130128
"use_window_focus",
131129
"use_window_scroll",
130+
"use_window_size",
132131
"watch_debounced",
133132
"watch_pausable",
134133
"watch_throttled",

0 commit comments

Comments
 (0)