From 447b66092fd99d6b9a2ddcaaaf515c5ba5358208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 18 Apr 2023 16:30:29 +0200 Subject: [PATCH 1/2] Test on DMD master. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8f7ffe..a420f9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - dc: [dmd-latest, ldc-latest] + dc: [dmd-latest, ldc-latest, dmd-master] arch: [x86, x86_64] runs-on: ${{ matrix.os }} From 0260d53ff05701d647d5fb20027bd748cdcd6a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 2 Mar 2024 11:52:12 +0100 Subject: [PATCH 2/2] Upgrade dependencies. --- dub.sdl | 2 +- dub.selections.json | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/dub.sdl b/dub.sdl index 2bae3224..85138e2c 100644 --- a/dub.sdl +++ b/dub.sdl @@ -3,7 +3,7 @@ description "Powerful alternative to DMD's DDOC engine." authors "Sönke Ludwig" license "MIT" -dependency "vibe-d:web" version=">=0.7.31 <0.10.0-0" +dependency "vibe-d:web" version=">=0.9.8 <0.11.0-0" dependency "hyphenate" version="~>1.1.0" dependency "libdparse" version="~>0.15.4" diff --git a/dub.selections.json b/dub.selections.json index b5ce6428..0c7c1ab0 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,18 +4,23 @@ "botan": "1.12.19", "botan-math": "1.0.3", "diet-ng": "1.8.1", - "eventcore": "0.9.25", + "eventcore": "0.9.28+commit.3", "hyphenate": "1.1.4", "libasync": "0.8.6", "libdparse": "0.15.4", "libevent": "2.0.2+2.0.16", - "memutils": "1.0.9", + "memutils": "1.0.10", "mir-linux-kernel": "1.0.1", - "openssl": "3.3.0", + "openssl": "3.3.3", "openssl-static": "1.0.2+3.0.8", "stdx-allocator": "2.77.5", "taggedalgebraic": "0.11.22", - "vibe-core": "2.2.0", - "vibe-d": "0.9.6" + "vibe-container": "1.3.0", + "vibe-core": "2.8.2", + "vibe-d": "0.10.0", + "vibe-http": "1.0.0", + "vibe-inet": "1.0.0", + "vibe-serialization": "1.0.1", + "vibe-stream": "1.1.0" } }