From 1b0264121f9827c6ddf17c2bf117b91174cbd75c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 18 May 2020 02:57:18 -0400 Subject: [PATCH] Bump :lang rust brotzeit/rustic@32a962a -> brotzeit/rustic@52b632d The `rustic-syntax-propertize` function in rustic (set as `syntax-propertize-function` in emacs) had a performance regression (reported in brotzeit/rustic#107) that caused emacs to effectively lock up every time the viewport changed. This was fixed upstream in rust-mode by @phillord in rust-lang/rust-mode@bfe4056, and ported to rustic by @brotzeit in brotzeit/rustic#108. Closes #3144 Co-authored-by: Jack Brown --- modules/lang/rust/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/rust/packages.el b/modules/lang/rust/packages.el index d533bb230..f869ed980 100644 --- a/modules/lang/rust/packages.el +++ b/modules/lang/rust/packages.el @@ -1,6 +1,6 @@ ;; -*- no-byte-compile: t; -*- ;;; lang/rust/packages.el -(package! rustic :pin "32a962ab2d3f87bde0e12c4e8975fe73d8ba8579") +(package! rustic :pin "52b632d161b64bdca3f35e35180af63b668ce9fb") (unless (featurep! +lsp) (package! racer :pin "a0bdf778f01e8c4b8a92591447257422ac0b455b"))