Skip to content

Commit 74b17f1

Browse files
committed
Update to Lean 3.39.1
1 parent 3b83cfa commit 74b17f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ RUN set -ex; \
1717
python3-wheel \
1818
; \
1919
# Install `leanproject`
20-
pip3 install -Iv mathlibtools==0.0.10; \
20+
pip3 install -Iv mathlibtools==1.1.0; \
2121
rm -rf /tmp/* /var/lib/apt/lists/*;
2222

2323
USER codewarrior
2424
# Install Elan to manage Lean versions
2525
RUN set -ex; \
2626
cd /tmp; \
27-
wget -q https://github.com/Kha/elan/releases/download/v0.10.2/elan-x86_64-unknown-linux-gnu.tar.gz; \
27+
wget -q https://github.com/leanprover/elan/releases/download/v1.3.1/elan-x86_64-unknown-linux-gnu.tar.gz; \
2828
tar xf elan-x86_64-unknown-linux-gnu.tar.gz; \
2929
rm elan-x86_64-unknown-linux-gnu.tar.gz; \
3030
./elan-init -y --no-modify-path; \

leanpkg.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "lean-challenge"
3-
version = "1.0"
4-
lean_version = "leanprover-community/lean:3.20.0"
3+
version = "2.0"
4+
lean_version = "leanprover-community/lean:3.39.1"
55
path = "src"
66

77
[dependencies]
8-
mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "da66bb81bf0466335bae82077f0c335dfe53aeb3"}
8+
mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "fb41da97816e716c002c723f7f08e103874d9f50"}

0 commit comments

Comments
 (0)