From 7580297953c3cbd6422263f9196100781d8f3cf4 Mon Sep 17 00:00:00 2001 From: Sebastiaan Koppe Date: Sun, 23 Jun 2024 21:34:16 +0200 Subject: [PATCH] Update minimal dmd and ldc compilers --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cd6955..71dd77a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - dc: [dmd-latest, ldc-latest, dmd-2.098.1, ldc-1.28.1] + dc: [dmd-latest, ldc-latest, dmd-2.105.3, ldc-1.35.0] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 688c20f..77026cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Structured Concurrency -   +   Provides various primitives useful for structured concurrency and async tasks. ## Senders/Receivers