You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/.github/workflows
Michael Davis 6bfc309741 Remove the rust-toolchain.toml file before building the release
The 'dtolnay/rust-toolchain' action ignores the rust-toolchain.toml
file, but the installed 'cargo' respects it. This can create a version
mismatch if the MSRV is different from the stable rust version. Any
additional targets installed by rustup like aarch64-darwin might not
be installed for the correct version. To fix this, we remove the
rust-toolchain.toml file before calling 'cargo'.
1 year ago
..
build.yml update MSRV to 1.65 1 year ago
cachix.yml CI: Update cachix/install-nix-action to v20 (#6163) 1 year ago
gh-pages.yml Deploy docs for master separately (#1783) 2 years ago
languages.toml deps: Update tree-sitter-rust (supports let-else && let-chains) 2 years ago
release.yml Remove the rust-toolchain.toml file before building the release 1 year ago