diff --git a/Project.toml b/Project.toml index d4bb24ea9..5436473ec 100644 --- a/Project.toml +++ b/Project.toml @@ -45,8 +45,8 @@ PyQDecoders = "17f5de1a-9b79-4409-a58d-4d45812840f7" Quantikz = "b0d11df0-eea3-4d79-b4a5-421488cbf74b" QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678" -[sources] -QECCore = {path = "lib/QECCore"} +[sources.QECCore] +path = "lib/QECCore" [extensions] QuantumCliffordAdaptExt = ["Adapt", "GPUArraysCore"] @@ -96,6 +96,6 @@ Random = "1.10" SIMD = "3.4.0" SparseArrays = "1.10" Statistics = "1.10" -StyledStrings = "1.11" +StyledStrings = "1.11, 1" SumTypes = "0.5" julia = "1.12"