This website requires JavaScript.
Explore
Help
Sign in
beenull
/
himalaya
Watch
1
Star
0
Fork
You've already forked himalaya
0
mirror of
https://github.com/soywod/himalaya.git
synced
2024-11-21 18:40:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
23ae40e728
himalaya
/
rust-toolchain.toml
5 lines
96 B
TOML
Raw
Normal View
History
Unescape
Escape
add rust toolchain.toml (#386) * modified gitignore * fixing gitignore * reomving the himalaya.iml file * applied cargo fmt * adding rust-toolchain * restoring the .gitignore file * make nix use rust-toolchain.toml * add back rustfmt and rust-analyzer to buildInputs I opened an issue to see if its the correct behaviour from the overlay: https://github.com/oxalica/rust-overlay/issues/88. * adding clippy to rust-toolchain.toml Co-authored-by: Clément DOUIN <clement.douin@posteo.net>
2022-05-28 12:36:32 +00:00
[
toolchain
]
make Backend::get_mboxes return struct instead of trait (#340) This step was necessary to move logic from CLI to lib. Indeed, the trait returned by get_mboxes needed to implement Table, which is related to the CLI module only.
2022-05-29 10:36:10 +00:00
channel
=
"stable"
improve cross compilation, prepare v0.7.2
2023-04-30 22:19:59 +00:00
profile
=
"default"
move id mapper from lib to CLI
2023-05-14 19:41:31 +00:00
components
=
[
"rust-src"
,
"rust-analyzer"
]
Reference in a new issue
Copy permalink