Skip to content

Commit

Permalink
Bump Compat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Feb 8, 2023
1 parent bf60405 commit f303790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vertico.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Daniel Mendler <[email protected]>
;; Created: 2021
;; Version: 1.0
;; Package-Requires: ((emacs "27.1") (compat "29.1.3.0"))
;; Package-Requires: ((emacs "27.1") (compat "29.1.3.3"))
;; Homepage: https://github.com/minad/vertico

;; This file is part of GNU Emacs.
Expand Down Expand Up @@ -34,7 +34,6 @@
;;; Code:

(require 'compat)
(require 'seq)
(eval-when-compile
(require 'cl-lib)
(require 'subr-x))
Expand Down

0 comments on commit f303790

Please sign in to comment.