Browse Source

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]>
Luís Ferreira 4 years ago
parent
commit
14b7ff1d96
2 changed files with 8 additions and 7 deletions
  1. 2 1
      frameworks/D/vibed/dub.json
  2. 6 6
      frameworks/D/vibed/dub.selections.json

+ 2 - 1
frameworks/D/vibed/dub.json

@@ -18,7 +18,8 @@
     "vibe-d:tls": "notls"
   },
   "versions": [
-    "VibeManualMemoryManagement"
+    "VibeManualMemoryManagement",
+    "VibeHighEventPriority"
   ],
   "configurations": [
     {

+ 6 - 6
frameworks/D/vibed/dub.selections.json

@@ -5,21 +5,21 @@
 		"botan-math": "1.0.3",
 		"derelict-pq": "4.0.0-alpha.2",
 		"derelict-util": "3.0.0-beta.2",
-		"diet-ng": "1.7.4",
+		"diet-ng": "1.8.0",
 		"dpq2": "1.0.17",
-		"eventcore": "0.9.13",
+		"eventcore": "0.9.17",
 		"libasync": "0.8.6",
 		"libevent": "2.0.2+2.0.16",
 		"memutils": "1.0.4",
-		"mir-algorithm": "3.10.19",
-		"mir-core": "1.1.62",
+		"mir-algorithm": "3.10.78",
+		"mir-core": "1.1.75",
 		"mir-linux-kernel": "1.0.1",
 		"mir-random": "2.2.15",
 		"money": "2.3.1",
 		"openssl": "1.1.6+1.0.1g",
 		"stdx-allocator": "2.77.5",
-		"taggedalgebraic": "0.11.19",
-		"vibe-core": "1.13.0",
+		"taggedalgebraic": "0.11.22",
+		"vibe-core": "1.18.1",
 		"vibe-d": "0.9.3",
 		"vibe-d-postgresql": "3.1.0-rc.1"
 	}