tag: 1.2
commit aa3de043c347f81db1490522d2d4f79c03b8d858
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    Require jsonrpc.el 1.0.2 (GNU ELPA didn't build 1.0.1)
    
    * eglot.el (Package-Requires): Require jsonrpc 1.0.2
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 9e71416..3b1b364 100644
--- a/eglot.el
+++ b/eglot.el
@@ -7,7 +7,7 @@
 ;; Maintainer: João Távora <[email protected]>
 ;; URL: https://github.com/joaotavora/eglot
 ;; Keywords: convenience, languages
-;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.1"))
+;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.2"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

Reply via email to