doomemacs/modules/lang/rust/packages.el
Henrik Lissner 45cdfb1258
Bump :core
spudlyo/clipetty@7ee3f9c -> spudlyo/clipetty@01b3904
bbatsov/projectile@eec569d -> bbatsov/projectile@5cd261d
noctuid/general.el@14ad4c8 -> noctuid/general.el@42e3803

We're also transitioning from abbreviated SHA1 hashes to full ones,
because underlying git machinery in future updates of straight will
require it (e.g. to obtain shallow clones of pinned packages).
2020-04-29 23:48:21 -04:00

6 lines
157 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/rust/packages.el
(package! rustic :pin "32a962ab2d")
(unless (featurep! +lsp)
(package! racer :pin "a0bdf778f0"))