Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Aug 22, 2024
1 parent d00d83d commit a8c69ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 a8c69ce

Please sign in to comment.