aboutsummaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml (follow)
Commit message (Collapse)AuthorAge
* chore(deps): update to rust 1.93.1 (#3181)Ellie Huxtable2026-02-12
| | | | | | | | | Resolves breaking checks on `main` ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
* chore: update to rust 1.93Ellie Huxtable2026-01-26
|
* chore: update to rust 1.91 (#2981)Ellie Huxtable2025-11-06
| | | | | | | | | | | | <!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
* chore: update to Rust 1.90 (#2916)Ray Kohler2025-09-26
| | | | | | | | | | | | | | | | <!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [X] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [X] I have checked that there are no existing pull requests for the same thing Hopefully this one is mergeable as is, unlike the 1.89 upgrade. Fixes: #2915
* fix: add forgotten `rust-toolchain.toml` to match changes (oops)Ray Kohler2025-09-10
|
* chore: update to rust 1.88 (#2815)Ellie Huxtable2025-07-22
| | | | | | | | | * chore: update to rust 1.88 * clippy + fmt * update ci version * update flake
* Revert "Revert "chore: update to rust 1.86 (#2666)" (#2667)" (#2676)Ellie Huxtable2025-04-07
| | | This reverts commit 9d816d16db233dd1aa477bfe1cc5a960e3c7b6c7.
* Revert "chore: update to rust 1.86 (#2666)" (#2667)Ellie Huxtable2025-04-03
| | | This reverts commit f0e8cc753e8448d415ae90ad7774058c6c5d47f7.
* chore: update to rust 1.86 (#2666)Ellie Huxtable2025-04-03
| | | | | | | * chore: update to rust 1.86 * fix: clippy errors from 1.86 * fix: update nix sha256
* chore: update to rust 1.85.1 (#2642)Ellie Huxtable2025-03-24
|
* chore: update rust toolchain to 1.85 (#2618)Ellie Huxtable2025-03-09
| | | | | | | | | | | | | | * chore: update rust toolchain to 1.85 * nix things * make clippy happy I've replaced a bunch of &Option<String> with Option<String>. They were not in hot loops, so a single clone is really no big deal + keeps things simpler. * fmt
* chore: update to rust 1.82 (#2432)Ellie Huxtable2024-10-22
|
* chore: update rust to `1.80.1` (#2362)Ethan Brierley2024-08-14
| | | | | | | | | fixes #2360 https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html `1.80.1` fixes a fairly nasty miscompilation, but that's not my motivation for opening this PR. If I'm understanding correctly, because the rust patch version was not specified in `rust-toolchain.toml`, nix automatically upgraded to the new version. This broke the hash in `flake.nix` causing the flake to fail to build. Making this upgrade to `1.80.1` explicit, fixes this issue.
* chore: update to rust 1.80 (#2344)Ellie Huxtable2024-08-07
|
* chore: update to rust 1.79 (#2138)Ellie Huxtable2024-06-13
|
* chore: update to rust 1.78Ellie Huxtable2024-06-13
|
* chore: switch to cargo dist for releases (#2085)Ellie Huxtable2024-06-05
* chore: switch to cargo dist for releases From https://axo.dev cargo-dist handles building releases far better than we can, and do so for several large projects now. We will need to change our install script to use the cargo-dist installer. Historically, we have used the system package manager wherever possible. Once switched to the new installer, this will no longer be the case. If the user wishes to use their package manager, and Atuin is maintained there, then they can choose to do so. This way, we can ensure that users are running a known build, can easily uninstall (just delete the atuin dir), easily update, etc. Builds will use our lockfile, and can have their checksum verified. Later, I'd like to introduce build signing. As Axo are focused on release engineering, they will likely have resolved many more issues than we have - libc versions, etc. I'm not particularly happy with our response of "just use your package manager", as many users seem to have difficulty there. It's unclear what our installer has done, as this behaviour varies massively across systems. It's also unclear how some package maintainers may have patched things I'm hoping that some better release tooling will lead to more confidence in the process, and therefore more frequent releases. Uninstall clarity: #111, #372, #640, #1485, #1546, #2049, #1529 * config * add protobuf * test build * use native arm mac * lol * add toolchain * use 1.78, 2vcpu * nix flake update * 1.77