diff options
| -rw-r--r-- | .github/workflows/test.yml | 6 | ||||
| -rw-r--r-- | Eask | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a970eda..db466c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: emacs-version: - 26.3 - 27.2 - - 28.1 + - 28.2 # - snapshot steps: @@ -22,10 +22,6 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/setup-node@v2 - with: - node-version: '16' - - uses: emacs-eask/setup-eask@master with: version: 'snapshot' @@ -2,6 +2,9 @@ "1.0.4" "A major-mode for editing Rust source code") +(website-url "https://github.com/rust-lang/rust-mode") +(keywords "languages") + (package-file "rust-mode.el") (files |
