Skip to content

Commit f41b3c4

Browse files
authored
chore(rust): bump dafny version for rust to 4.10 (#1725)
1 parent 453359a commit f41b3c4

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
@@ -7,5 +7,5 @@
77
# And the Dotnet projects include and parse this file.
88
dafnyVersion=4.9.0
99
dafnyVerifyVersion=4.9.1
10-
dafnyRustVersion=nightly-2025-01-30-7db1e5f
10+
dafnyRustVersion=4.10.0
1111
mplVersion=1.11.1-SNAPSHOT

0 commit comments

Comments
 (0)