emilk / eframe_template

The easy way to make a Rust app with a GUI
Apache License 2.0
785 stars 176 forks source link

Issues about channel (version?) property in `rust-toolchain` #145

Closed minstrike520 closed 2 months ago

minstrike520 commented 2 months ago

Environment

Stack backtrace: 0: 1: 2: 3: 4: 5: 6: 7: 8: __libc_start_main 9:


## How to solve
Just edit file `rust-toolchain` :
```toml
[toolchain]
-channel = "1.76.0"
+channel = "1.76"

Then cargo can run successfully.

Description

Although it's just a minor difference from before and after the fix, the problem can cause the whole project not working. I don't know if this problem only happens on my device, so I'm not sure if this counts as a bug or not. Could someone provide further information?

emilk commented 2 months ago

Thanks!