From 6123615310ee95f22211b30e6721f60dc7d1a280 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 27 Apr 2022 15:43:23 -0700 Subject: [PATCH] Update to latest PSReadLine beta (with fix for race condition) --- modules.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules.json b/modules.json index a3000fab8..c5a59add3 100644 --- a/modules.json +++ b/modules.json @@ -6,6 +6,7 @@ "Version": "1.1.3" }, "PSReadLine": { - "Version": "2.2.3" + "AllowPrerelease": true, + "Version": "2.2.4-beta1" } }