branch: elpa/hyperdrive
commit 3af094d4dea1da22551786deac0af5ccfc827f74
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>

    Fix: Upgrade persist.el dependency to 0.8
    
    This fixes a bug where the h/hyperdrives persist variable would
    sometimes be erased if the hyperdrive.el package was reloaded in a
    single running Emacs session.
---
 hyperdrive.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 77d9252d191..fda4f417675 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Joseph Turner <~ushin/[email protected]>
 ;; Created: 2022
 ;; Version: 0.6-pre
-;; Package-Requires: ((emacs "28.1") (map "3.0") (compat "30.0.0.0") (org 
"9.7.6") (plz "0.9.1") (persist "0.6.1") (taxy-magit-section "0.14") (transient 
"0.8.0"))
+;; Package-Requires: ((emacs "28.1") (map "3.0") (compat "30.0.0.0") (org 
"9.7.6") (plz "0.9.1") (persist "0.8") (taxy-magit-section "0.14") (transient 
"0.8.0"))
 ;; Homepage: https://git.sr.ht/~ushin/hyperdrive.el
 
 ;; This program is free software; you can redistribute it and/or

Reply via email to