Skip to content

Commit 527f8ff

Browse files
authored
Merge pull request #552 from rust-lang/bump-version
Bump version to 1.0.6
2 parents d00d83d + 21916ac commit 527f8ff

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
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

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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).

Eask

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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"

rust-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 <[email protected]>
55
;; Url: https://github.com/rust-lang/rust-mode
66
;; Keywords: languages

0 commit comments

Comments
 (0)