File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 os : [ubuntu-latest, macos-latest, windows-latest]
2121 emacs-version :
22- - 27.2
2322 - 28.2
2423 - 29.1
2524 - 29.2
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # v1.0.6
22
33- Add support for treesitter mode.
44- 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 11(package "rust-mode"
2- "1.0.5 "
2+ "1.0.6 "
33 "A major-mode for editing Rust source code")
44
55(website-url "https://github.com/rust-lang/rust-mode")
66(keywords "languages")
77
88(package-file "rust-mode.el")
99
10- (files
10+ (files
1111 "rust-cargo.el"
1212 "rust-compile.el"
1313 "rust-playpen.el"
Original file line number Diff line number Diff line change 11; ;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding : t -*-
22
3- ; ; Version: 1.0.5
3+ ; ; Version: 1.0.6
44; ; Author: Mozilla <rust-mode@noreply.github.com>
55; ; Url: https://github.com/rust-lang/rust-mode
66; ; Keywords: languages
You can’t perform that action at this time.
0 commit comments