From 75a8e1a6fe4daff0c5a17d6fd24743adc84e6adc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 13 May 2025 13:38:14 +0100 Subject: deps: T7450: Use PCRE2 instead of the original, oudated PCRE --- vyconf.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vyconf.opam') diff --git a/vyconf.opam b/vyconf.opam index 2ae8127..1c338d3 100644 --- a/vyconf.opam +++ b/vyconf.opam @@ -28,6 +28,6 @@ depends: [ "xml-light" {build} "toml" {build} "sha" {build} - "pcre" {build} + "pcre2" {build} "toml" {build} ] -- cgit v1.2.3