We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c110a commit d765f00Copy full SHA for d765f00
.github/workflows/library_rust_tests.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Setup Dafny
58
uses: dafny-lang/[email protected]
59
with:
60
- dafny-version: ${{ inputs.dafny }}
+ dafny-version: nightly-2024-12-03-4954170
61
62
# Remove this after the formatting in Rust starts working
63
- name: smithy-dafny Rust hacks
project.properties
@@ -1,6 +1,6 @@
1
projectJavaVersion=3.7.0-SNAPSHOT
2
mplDependencyJavaVersion=1.8.0-SNAPSHOT
3
-dafnyVersion=4.9.1
4
-dafnyVerifyVersion=4.9.1
5
-dafnyRuntimeJavaVersion=4.9.1
+dafnyVersion=4.9.0
+dafnyVerifyVersion=4.9.0
+dafnyRuntimeJavaVersion=4.9.0
6
smithyDafnyJavaConversionVersion=0.1.1
0 commit comments