summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/rust-bindgen/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/rust-bindgen/package.py b/var/spack/repos/builtin/packages/rust-bindgen/package.py
index 8d48ea096e..a2164f11c5 100644
--- a/var/spack/repos/builtin/packages/rust-bindgen/package.py
+++ b/var/spack/repos/builtin/packages/rust-bindgen/package.py
@@ -7,6 +7,8 @@ class RustBindgen(Package):
homepage = "http://www.rust-lang.org"
url = "https://github.com/crabtw/rust-bindgen"
+ version('0.16', tag='0.16', git='https://github.com/crabtw/rust-bindgen')
+
extends("rust")
def install(self, spec, prefix):