File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ jobs:
102
102
run : |
103
103
# Versions are pinned to avoid upstream change breaking the CI
104
104
# When updating the Vibe.d version used, make sure to update this as well.
105
- dub fetch 'vibe-core@~> 1.22'
106
- dub fetch 'memutils@~> 1.0'
107
- dub fetch 'taggedalgebraic@~> 0.11'
108
- dub fetch 'botan-math@~> 1.0'
109
- dub fetch 'stdx-allocator@~> 2.77'
110
- dub fetch 'botan@~> 1.12'
111
- dub fetch 'eventcore@~> 0.9'
112
- dub fetch 'libasync@~> 0.8'
105
+ dub fetch 'vibe-core@== 1.22.6 '
106
+ dub fetch 'memutils@== 1.0.5 '
107
+ dub fetch 'taggedalgebraic@== 0.11.22 '
108
+ dub fetch 'botan-math@== 1.0.3 '
109
+ dub fetch 'stdx-allocator@== 2.77.5 '
110
+ dub fetch 'botan@== 1.12.19 '
111
+ dub fetch 'eventcore@== 0.9.22 '
112
+ dub fetch 'libasync@== 0.8.6 '
113
113
114
114
# Restore or install build openssl version
115
115
- name : ' Restore openssl from cache'
You can’t perform that action at this time.
0 commit comments