diff options
author | Verneri Hirvonen <verneri.hirvonen.2@gmail.com> | 2022-02-16 10:25:18 +0200 |
---|---|---|
committer | Verneri Hirvonen <verneri.hirvonen.2@gmail.com> | 2022-02-16 10:25:18 +0200 |
commit | bdea5a1f6f5633ddc84fcbe1f13325b655bae1e9 (patch) | |
tree | b885697318885e5f724867a0a816a97b13bef43d | |
parent | e90f5b72f7047e3813ce0817eeba82393919b13e (diff) | |
download | nextpnr-bdea5a1f6f5633ddc84fcbe1f13325b655bae1e9.tar.gz nextpnr-bdea5a1f6f5633ddc84fcbe1f13325b655bae1e9.tar.bz2 nextpnr-bdea5a1f6f5633ddc84fcbe1f13325b655bae1e9.zip |
gowin: bump apycula version
-rw-r--r-- | .cirrus/Dockerfile.ubuntu20.04 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04 index a4233f3d..d1e7b47b 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -65,4 +65,4 @@ RUN set -e -x ;\ PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide RUN set -e -x ;\ - pip3 install apycula==0.2a3 + pip3 install apycula==0.2a4 |