From d2b4cde98b660efd746d8853cf8ac04e4570e047 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Fri, 29 Oct 2021 13:33:55 +0200 Subject: [PATCH] bump version to 1.0.1 --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-mode.el b/rust-mode.el index b2542ec..7567ce2 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.0 +;; Version: 1.0.1 ;; Author: Mozilla ;; Url: https://github.com/rust-lang/rust-mode ;; Keywords: languages