Skip to content

Commit 14b7ff1

Browse files
authored
vibed: upgrade to the latest stable version and use high priority event loop version (#6761)
* vibed: upgrade dub selections file to the latest stable version Signed-off-by: Luís Ferreira <[email protected]> * vibed: add VibeHighEventPriority version for high priority event loop Signed-off-by: Luís Ferreira <[email protected]>
1 parent e0632cc commit 14b7ff1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

frameworks/D/vibed/dub.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"vibe-d:tls": "notls"
1919
},
2020
"versions": [
21-
"VibeManualMemoryManagement"
21+
"VibeManualMemoryManagement",
22+
"VibeHighEventPriority"
2223
],
2324
"configurations": [
2425
{

frameworks/D/vibed/dub.selections.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"botan-math": "1.0.3",
66
"derelict-pq": "4.0.0-alpha.2",
77
"derelict-util": "3.0.0-beta.2",
8-
"diet-ng": "1.7.4",
8+
"diet-ng": "1.8.0",
99
"dpq2": "1.0.17",
10-
"eventcore": "0.9.13",
10+
"eventcore": "0.9.17",
1111
"libasync": "0.8.6",
1212
"libevent": "2.0.2+2.0.16",
1313
"memutils": "1.0.4",
14-
"mir-algorithm": "3.10.19",
15-
"mir-core": "1.1.62",
14+
"mir-algorithm": "3.10.78",
15+
"mir-core": "1.1.75",
1616
"mir-linux-kernel": "1.0.1",
1717
"mir-random": "2.2.15",
1818
"money": "2.3.1",
1919
"openssl": "1.1.6+1.0.1g",
2020
"stdx-allocator": "2.77.5",
21-
"taggedalgebraic": "0.11.19",
22-
"vibe-core": "1.13.0",
21+
"taggedalgebraic": "0.11.22",
22+
"vibe-core": "1.18.1",
2323
"vibe-d": "0.9.3",
2424
"vibe-d-postgresql": "3.1.0-rc.1"
2525
}

0 commit comments

Comments
 (0)