We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35350d2 commit b012998Copy full SHA for b012998
Dockerfile
@@ -1,5 +1,5 @@
1
# specify the dependency versions (can be overriden with --build_arg)
2
-ARG quilc_version=1.13.0
+ARG quilc_version=1.14.0
3
ARG quicklisp_version=2019-07-11
4
5
# use multi-stage builds to independently pull dependency versions
VERSION.txt
@@ -1 +1 @@
-"1.13.1"
+"1.14.0"
qvm.asd
@@ -30,7 +30,7 @@
30
;; Finalizers and portable GC calls
31
#:trivial-garbage
32
;; Quil parsing and analysis
33
- (:version #:cl-quil "1.13.0")
+ (:version #:cl-quil "1.14.0")
34
;; Portable random number generator
35
#:mt19937
36
;; For allocation info.
0 commit comments