Skip to content

Commit

Permalink
Switch to stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Feb 17, 2024
1 parent 60ab81a commit 9ca9844
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion crates/simplexpr/rust-toolchain

This file was deleted.

1 change: 0 additions & 1 deletion crates/yuck/rust-toolchain

This file was deleted.

5 changes: 2 additions & 3 deletions docs/src/eww.md
Expand Up @@ -13,11 +13,10 @@ Configured in yuck and themed using CSS, it is easy to customize and provides al
### Prerequisites

* rustc
* cargo (nightly toolchain)
* cargo

Rather than with your system package manager,
I recommend installing it using [rustup](https://rustup.rs/),
as this makes it easy to use the nightly toolchain necessary to build eww.
I **strongly** recommend installing it using [rustup](https://rustup.rs/).

Additionally, eww requires some dynamic libraries to be available on your system.
The exact names of the packages that provide these may differ depending on your distribution.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/troubleshooting.md
Expand Up @@ -4,7 +4,7 @@ Here you will find help if something doesn't work. If the issue isn't listed her

## Eww does not compile

1. Make sure that you are compiling eww using the nightly Rust toolchain.
1. Make sure that you are compiling eww using a recent version of rust (run `rustup update` to be sure you have the latest version available)
2. Make sure you have all the necessary dependencies. If there are compile-errors, the compiler will tell you what you're missing.

## Eww does not work on Wayland
Expand Down
3 changes: 1 addition & 2 deletions rust-toolchain.toml
@@ -1,5 +1,4 @@
[toolchain]
channel = "nightly-2024-02-16"
# channel = "1.76.0"
channel = "1.76.0"
components = [ "rust-src" ]
profile = "default"

0 comments on commit 9ca9844

Please sign in to comment.