From 7bff48894dc532caf4010be3060370d315ef75f6 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sun, 26 Jun 2022 13:26:02 +0200 Subject: [PATCH] bump version to 1.0.5 --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-mode.el b/rust-mode.el index beb5210..dda7994 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.4 +;; Version: 1.0.5 ;; Author: Mozilla ;; Url: https://github.com/rust-lang/rust-mode ;; Keywords: languages