Matthias Ahouansou
321b7cf8c0
chore(rust): upgrade to 1.85.0
...
required for axum 0.8.x
(cherry picked from commit b44b5641f0 )
9 months ago
Matthias Ahouansou
33b02c868d
chore(rust): upgrade to 1.83.0
...
This is needed for std::io::ErrorKind::DirectoryNotEmpty
10 months ago
Matthias Ahouansou
8acacdebc8
chore: bump ruma & rust
1 year ago
Matthias Ahouansou
406367b4f2
chore: upgrade rust
...
this is needed for recent versions of ruma
1 year ago
Matthias Ahouansou
9014e43ce1
chore: bump rust to 1.79.0 and apply new lints
2 years ago
Matthias Ahouansou
e2d91e26d6
style: format all toml with taplo
2 years ago
Matthias Ahouansou
256dae983b
chore: bump rust
...
and fix new lints that come with it
2 years ago
Charles Hall
9453dbc740
update rust toolchain
...
It comes with a bunch of new lints (yay!) so I fixed them all so CI will
keep working.
Also apparently something about linking changed because I had to change
the checks for deciding the linker flags for static x86_64 builds to
keep working.
2 years ago
Charles Hall
0e8e4f1083
add static cross to aarch64-unknown-linux-musl
2 years ago
Charles Hall
81ae579b25
add static cross to x86_64-unknown-linux-musl
2 years ago
Charles Hall
3ac9be5a78
add x86_64-unknown-linux-gnu
...
This is probably the most common target and usually doesn't involve
cross compilation.
2 years ago
Charles Hall
52954f7a11
use fromToolchainFile
...
I *think* this will make it easier to pull in extra rustc targets.
2 years ago