From 69a3a0f44753f790dbcd7c78b0b61bbfffe545ab Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 19 Sep 2021 20:48:53 -0400 Subject: [PATCH] Fix Julia version bound to 1.7 or later --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 48c3b69..33868c0 100644 --- a/Project.toml +++ b/Project.toml @@ -4,4 +4,4 @@ authors = ["Takafumi Arakaki and contributors"] version = "0.1.0" [compat] -julia = "1.8" +julia = "1.7" diff --git a/README.md b/README.md index 2175bdb..6d93724 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tkf.github.io/ConcurrentCollections.jl/dev/) ConcurrentCollections.jl provides the following lock-free collections for Julia -≥ 1.8: +≥ 1.7: * [`DualLinkedConcurrentRingQueue`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.DualLinkedConcurrentRingQueue) * [`LinkedConcurrentRingQueue`](https://tkf.github.io/ConcurrentCollections.jl/dev/#ConcurrentCollections.LinkedConcurrentRingQueue)