Skip to content

Commit

Permalink
Bump csFastFloat to v4.1.5 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras authored Nov 25, 2024
1 parent cac8243 commit 8d33dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Sep.Benchmarks/Sep.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
<PackageReference Include="csFastFloat" Version="4.1.4" />
<PackageReference Include="csFastFloat" Version="4.1.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
<PackageReference Include="csFastFloat" Version="4.1.4" />
<PackageReference Include="csFastFloat" Version="4.1.5" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Sylvan.Common" Version="0.4.3" />
<PackageReference Include="Sylvan.Data.Csv" Version="1.3.9" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sep.XyzTest/Sep.XyzTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
<PackageReference Include="MSTest" Version="3.6.2" />
<PackageReference Include="MSTest" Version="3.6.3" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Sylvan.Common" Version="0.4.3" />
<PackageReference Include="Sylvan.Data.Csv" Version="1.3.9" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sep/Sep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="csFastFloat" Version="4.1.4" />
<PackageReference Include="csFastFloat" Version="4.1.5" />
</ItemGroup>

</Project>

0 comments on commit 8d33dbc

Please sign in to comment.