Skip to content

Commit

Permalink
Merge pull request #552 from rust-lang/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.0.6
  • Loading branch information
psibi authored Aug 22, 2024
2 parents d00d83d + 21916ac commit 527f8ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.1
- 29.2
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v1.0.6

- Add support for treesitter mode.
- Fix warnings resulting from rust-utils.el. [Fixes #509](https://github.com/rust-lang/rust-mode/issues/509).
Expand Down
4 changes: 2 additions & 2 deletions Eask
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(package "rust-mode"
"1.0.5"
"1.0.6"
"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
(files
"rust-cargo.el"
"rust-compile.el"
"rust-playpen.el"
Expand Down
2 changes: 1 addition & 1 deletion rust-mode.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding: t-*-

;; Version: 1.0.5
;; Version: 1.0.6
;; Author: Mozilla <[email protected]>
;; Url: https://github.com/rust-lang/rust-mode
;; Keywords: languages
Expand Down

0 comments on commit 527f8ff

Please sign in to comment.