[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/rust-mode a8c69ce8f5 1/5: Bump version to 1.0.6
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/rust-mode a8c69ce8f5 1/5: Bump version to 1.0.6 |
Date: |
Thu, 22 Aug 2024 01:02:45 -0400 (EDT) |
branch: elpa/rust-mode
commit a8c69ce8f5e7793d2f81dbef60fb37b4b93afccf
Author: Sibi Prabakaran <sibi@psibi.in>
Commit: Sibi Prabakaran <sibi@psibi.in>
Bump version to 1.0.6
---
Changelog.md | 2 +-
Eask | 4 ++--
rust-mode.el | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index cab2398bd7..a1062550c2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -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).
diff --git a/Eask b/Eask
index de084a4e80..e5bf0996d5 100644
--- a/Eask
+++ b/Eask
@@ -1,5 +1,5 @@
(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")
@@ -7,7 +7,7 @@
(package-file "rust-mode.el")
-(files
+(files
"rust-cargo.el"
"rust-compile.el"
"rust-playpen.el"
diff --git a/rust-mode.el b/rust-mode.el
index 8d38295b04..52c5242599 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -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 <rust-mode@noreply.github.com>
;; Url: https://github.com/rust-lang/rust-mode
;; Keywords: languages