summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
AgeCommit message (Collapse)Author
2024-11-01chore: upgrade to rust 1.82 and LLVM 19 (#26615)Divy Srivastava
Upgrade to rust 1.82 and LLVM 19 . Removes one webusb test because `requestAdapter` not working on new ubuntu 24 runners
2024-10-15chore: upgrade to rust 1.81.0 (#26261)林炳权
2024-08-18chore: Rust 1.80.1 (#25089)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
update to Rust 1.77.2 --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-02-12chore: update to Rust 1.76 (#22376)林炳权
Update to Rust 1.76
2024-01-01chore: update to Rust 1.75 (#21731)林炳权
2023-12-07chore: bump rust to 1.74.1 (#21499)Leo Kettmeir
2023-11-17chore: update to Rust 1.74 (#21210)林炳权
Update to Rust 1.74
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-09-20chore: bump Rust to 1.72.1 and cargo update (#20572)Matt Mastracci
> 1.72.1 resolves a few regressions introduced in 1.72.0: > - [Partially revert codegen change, improving codegen](https://github.com/rust-lang/rust/pull/115236) > - [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276) > - [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948) > - Resolve some ICEs in the compiler: > - [#115215](https://github.com/rust-lang/rust/pull/115215) > - [#115559](https://github.com/rust-lang/rust/pull/115559)
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
<!-- Before submitting a PR, please read https://deno.com/manual/contributing 1. Give the PR a descriptive title. Examples of good title: - fix(std/http): Fix race condition in server - docs(console): Update docstrings - feat(doc): Handle nested reexports Examples of bad title: - fix #7123 - update docs - fix bugs 2. Ensure there is a related issue and it is referenced in the PR text. 3. Ensure there are tests that cover the changes. 4. Ensure `cargo test` passes. 5. Ensure `./tools/format.js` passes without changing files. 6. Ensure `./tools/lint.js` passes. 7. Open as a draft PR if your work is still in progress. The CI won't run all steps, but you can add '[ci]' to a commit message to force it to. 8. If you would like to run the benchmarks on the CI, add the 'ci-bench' label. --> As the title. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-06-29chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639)Matt Mastracci
Bump: - Rust -> 1.7.0 - libffi-sys -> 2.3.0 LLVM version won't change often, but it's slightly easier to edit now.
2023-06-08chore: upgrade to Rust 1.68.2 (#19416)Bartek Iwańczuk
Also prints disk size in release builds.
2023-06-07chore: downgrade to Rust 1.68 (#19411)David Sherret
Problems still persist from https://github.com/denoland/deno/pull/19407 -- downgrading to try out 1.68
2023-06-07chore: downgrade to Rust 1.69 (#19407)David Sherret
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
Co-authored-by: linbingquan <695601626@qq.com>
2023-03-30feat(ext/kv): return versionstamp from set/commit (#18512)Luca Casonato
This commit updates the `Deno.Kv` API to return the new commited versionstamp for the mutated data from `db.set` and `ao.commit`. This is returned in the form of a `Deno.KvCommitResult` object that has a `versionstamp` property.
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-09-26chore: use Rust 1.64.0 (#16035)Mathias Lafeldt
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-07-29chore: use Rust 1.62.1 (#15346)Mathias Lafeldt
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek Iwańczuk
2022-06-19chore: use rust 1.61.0 (#14911)Aaron O'Mullan
2022-05-13chore: update to rust 1.60.0 & update Cargo.lock (#14260)Luca Casonato
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
2022-03-17chore: add Rust toolchain components (#14004)Divy Srivastava
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-01-23chore: upgrade to rust 1.58.1 (#13459)Divy Srivastava