diff --git a/CHANGELOG.org b/CHANGELOG.org index eb993c1d..5024cbed 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,4 @@ -* Unreleased +* v3.5 - Revamp testing in CI: Use only cask. - Replace Makefile with justfile. diff --git a/rustic.el b/rustic.el index 42cc2c01..6360626c 100644 --- a/rustic.el +++ b/rustic.el @@ -4,7 +4,7 @@ ;; Author: Mozilla ;; ;; Keywords: languages -;; Package-Requires: ((emacs "26.1") (rust-mode "1.0.3") (dash "2.13.0") (f "0.18.2") (let-alist "1.0.4") (markdown-mode "2.3") (project "0.3.0") (s "1.10.0") (spinner "1.7.3") (xterm-color "1.6") (flycheck "34.0")) +;; Package-Requires: ((emacs "26.1") (rust-mode "1.0.6") (dash "2.13.0") (f "0.18.2") (let-alist "1.0.4") (markdown-mode "2.3") (project "0.3.0") (s "1.10.0") (spinner "1.7.3") (xterm-color "1.6") (flycheck "34.0")) ;; This file is distributed under the terms of both the MIT license and the ;; Apache License (version 2.0).