aboutsummaryrefslogtreecommitdiff
path: root/helix-loader/Cargo.toml
Commit message (Expand)AuthorAge
* build(deps): bump tempfile from 3.10.0 to 3.10.1 (#9733)dependabot[bot]2024-02-27
* build(deps): bump toml from 0.7.6 to 0.8.10 (#9539)dependabot[bot]2024-02-12
* build(deps): bump tempfile from 3.9.0 to 3.10.0 (#9538)dependabot[bot]2024-02-12
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME pathsMichael Davis2024-01-18
* build(deps): bump tempfile from 3.8.1 to 3.9.0 (#9199)dependabot[bot]2024-01-04
* build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053)dependabot[bot]2023-12-12
* use workspace inheritance for common version (#8925)Skyler Hawthorne2023-12-05
* set Cargo feature resolver to v2 (#8917)Fomalhaut Weisszwerg2023-11-27
* update which crate to 5.0.0 (#8902)Davide Ferrero2023-11-25
* build(deps): bump tempfile from 3.8.0 to 3.8.1 (#8672)dependabot[bot]2023-10-31
* build(deps): bump tempfile from 3.7.1 to 3.8.0 (#8038)dependabot[bot]2023-08-22
* build(deps): bump tempfile from 3.7.0 to 3.7.1 (#7862)dependabot[bot]2023-08-08
* pin TS to unreleased git revision to fix freezes (#7737)Pascal Kuthe2023-07-27
* build(deps): bump tempfile from 3.6.0 to 3.7.0 (#7726)dependabot[bot]2023-07-25
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* build(deps): bump tempfile from 3.5.0 to 3.6.0 (#7326)dependabot[bot]2023-06-13
* Check for 'git' before fetching/building grammars (#7320)Michael Davis2023-06-12
* build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248)dependabot[bot]2023-06-06
* build(deps): bump etcetera from 0.7.1 to 0.8.0 (#6931)dependabot[bot]2023-05-02
* build(deps): bump etcetera from 0.5.0 to 0.7.1 (#6873)dependabot[bot]2023-04-25
* always build grammars with c++14 and c11 (#6792)Pascal Kuthe2023-04-18
* build(deps): bump libloading from 0.7.4 to 0.8.0 (#6801)dependabot[bot]2023-04-18
* build(deps): bump etcetera from 0.4.0 to 0.5.0 (#6798)dependabot[bot]2023-04-18
* build(deps): bump toml from 0.6.0 to 0.7.0 (#5726)alice2023-01-30
* build(deps): bump toml from 0.5.10 to 0.6.0dependabot[bot]2023-01-24
* build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5373)dependabot[bot]2023-01-03
* build(deps): bump once_cell from 1.15.0 to 1.16.0 (#4548)dependabot[bot]2022-11-01
* build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)dependabot[bot]2022-09-26
* build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)dependabot[bot]2022-09-05
* build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969)dependabot[bot]2022-07-05
* Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
* Use a minimal binary to fetch grammar sources in release CI (#2557)Michael Davis2022-06-05
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* build(deps): bump etcetera from 0.3.2 to 0.4.0 (#2486)dependabot[bot]2022-05-17
* helix-loader + helix-core now compile for WASMBlaž Hrastnik2022-05-01
* Add support for local language configuration (#1249)Kirawi2022-04-18
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10