From ea307ccd462e256041bef2df429d138de0602c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:45:26 +0000 Subject: [PATCH] Update LDPCDecoders requirement to 0.3.3 Updates the requirements on [LDPCDecoders](https://github.com/QuantumSavory/LDPCDecoders.jl) to permit the latest version. - [Release notes](https://github.com/QuantumSavory/LDPCDecoders.jl/releases) - [Changelog](https://github.com/QuantumSavory/LDPCDecoders.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/QuantumSavory/LDPCDecoders.jl/compare/v0.1.0...v0.3.3) --- updated-dependencies: - dependency-name: LDPCDecoders dependency-version: 0.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 3579a833..3b1fc8cb 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,7 @@ DataFrames = "1.8.1" DataFramesMeta = "0.15.6" Franklin = "0.10.97" Hecke = "0.39.12" +LDPCDecoders = "0.3.3" Mustache = "1.0.21" PyQDecoders = "0.2.5" Quantikz = "1.4.1"