Skip to content

Commit

Permalink
feat: switch to 1.82.0 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
w-lfchen committed Oct 20, 2024
1 parent 89c372d commit 1ddee2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to eww will be listed here, starting at changes since versio
- Fix wayland monitor names support (By: dragonnn)

### Features
- Update rust toolchain to 1.81.0 (By: w-lfchen)
- Update rust toolchain to 1.82.0 (By: w-lfchen)
- Add `:fill-svg` and `:preserve-aspect-ratio` properties to images (By: hypernova7, w-lfchen)
- Add `:truncate` property to labels, disabled by default (except in cases where truncation would be enabled in version `0.5.0` and before) (By: Rayzeq).
- Add support for `:hover` css selectors for tray items (By: zeapoz)
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.81.0"
channel = "1.82.0"
components = [ "rust-src" ]
profile = "default"

0 comments on commit 1ddee2a

Please sign in to comment.