Skip to content

Commit a3170fa

Browse files
committed
Merge branch 'main' into imabhichow/dafny-4.11
2 parents 37e1c86 + f41b3c4 commit a3170fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: matrix.language == 'rust'
112112
uses: ./.github/actions/setup_dafny
113113
with:
114-
dafny-version: nightly-2025-01-30-7db1e5f
114+
dafny-version: 4.10.0
115115

116116
- name: Setup Dafny Not Rust
117117
if: matrix.language != 'rust'
@@ -305,7 +305,7 @@ jobs:
305305
if: matrix.decrypting_language == 'rust'
306306
uses: ./.github/actions/setup_dafny
307307
with:
308-
dafny-version: nightly-2025-01-30-7db1e5f
308+
dafny-version: 4.10.0
309309

310310
- name: Setup Dafny 2 Not Rust
311311
if: matrix.decrypting_language != 'rust'

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dafnyVerifyVersion=4.9.1
1111
# Only keep if the new Dafny version has Python runtime compatibility issues.
1212
# GitHub workflow will enforce this review. Goal: remove this entirely.
1313
dafnyRuntimePythonVersion=4.11.0
14-
dafnyRustVersion=nightly-2025-01-30-7db1e5f
14+
dafnyRustVersion=4.10.0
1515
mplVersion=1.11.1-SNAPSHOT

0 commit comments

Comments
 (0)