diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-01-07 07:51:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-07 07:51:53 -0500 |
| commit | c091852fbda25c62095513753b44d3fcaf8eb340 (patch) | |
| tree | 6afb1884f8ce80289b76151d8e1ff5df1a31bcaa /README.md | |
| parent | 5c68cafd46c4bc20ccba08f3f91dfce808c6dffe (diff) | |
| parent | f6cf01369779db911c2be3614e9733ee3f2f088a (diff) | |
| download | rust-mode-c091852fbda25c62095513753b44d3fcaf8eb340.tar.gz | |
Merge pull request #180 from MicahChalmer/melpa-stable-readme
Add instructions for version tag update requests
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -37,6 +37,16 @@ Then do this to load the package listing: * <kbd>M-x eval-buffer</kbd> * <kbd>M-x package-refresh-contents</kbd> +#### MELPA stable + +MELPA stable only updates when a new version tag is created. There isn't a +specified frequency for this project to release versions; if you are a MELPA +stable user and feel that the last release tag is too far out of date, open a +pull request that updates the version header in `rust-mode.el` and note that a +new version tag should be added when the request is merged. +See [Pull Request #178][https://github.com/rust-lang/rust-mode/pull/178] (the +first such pull request) for an example of this. + #### Install `rust-mode` One you have `package.el`, you can install `rust-mode` or any other |
