Skip to content

Commit d765f00

Browse files
committed
m
1 parent a3c110a commit d765f00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/library_rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Dafny
5858
uses: dafny-lang/[email protected]
5959
with:
60-
dafny-version: ${{ inputs.dafny }}
60+
dafny-version: nightly-2024-12-03-4954170
6161

6262
# Remove this after the formatting in Rust starts working
6363
- name: smithy-dafny Rust hacks

project.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectJavaVersion=3.7.0-SNAPSHOT
22
mplDependencyJavaVersion=1.8.0-SNAPSHOT
3-
dafnyVersion=4.9.1
4-
dafnyVerifyVersion=4.9.1
5-
dafnyRuntimeJavaVersion=4.9.1
3+
dafnyVersion=4.9.0
4+
dafnyVerifyVersion=4.9.0
5+
dafnyRuntimeJavaVersion=4.9.0
66
smithyDafnyJavaConversionVersion=0.1.1

0 commit comments

Comments
 (0)