File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
os : [ubuntu-latest, macos-latest, windows-latest]
21
21
emacs-version :
22
- - 27.2
23
22
- 28.2
24
23
- 29.1
25
24
- 29.2
Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # v1.0.6
2
2
3
3
- Add support for treesitter mode.
4
4
- Fix warnings resulting from rust-utils.el. [ Fixes #509 ] ( https://github.com/rust-lang/rust-mode/issues/509 ) .
Original file line number Diff line number Diff line change 1
1
(package "rust-mode"
2
- "1.0.5 "
2
+ "1.0.6 "
3
3
"A major-mode for editing Rust source code")
4
4
5
5
(website-url "https://github.com/rust-lang/rust-mode")
6
6
(keywords "languages")
7
7
8
8
(package-file "rust-mode.el")
9
9
10
- (files
10
+ (files
11
11
"rust-cargo.el"
12
12
"rust-compile.el"
13
13
"rust-playpen.el"
Original file line number Diff line number Diff line change 1
1
; ;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding : t -*-
2
2
3
- ; ; Version: 1.0.5
3
+ ; ; Version: 1.0.6
4
4
; ; Author: Mozilla <rust-mode@noreply.github.com>
5
5
; ; Url: https://github.com/rust-lang/rust-mode
6
6
; ; Keywords: languages
You can’t perform that action at this time.
0 commit comments