Skip to content

Commit

Permalink
chore: update toolchain to 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w-lfchen committed Aug 15, 2024
1 parent 3641635 commit e4c5a45
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to eww will be listed here, starting at changes since versio
- Fix remove items from systray (By: vnva)

### Features
- Update rust toolchain to 1.80.0 (By: w-lfchen)
- Update rust toolchain to 1.80.1 (By: 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)
- Add `min` and `max` function calls to simplexpr (By: ovalkonia)
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.80.0"
channel = "1.80.1"
components = [ "rust-src" ]
profile = "default"

0 comments on commit e4c5a45

Please sign in to comment.