Skip to content

Commit

Permalink
src: Update to libsodium 1.0.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed Sep 19, 2023
1 parent fdd0034 commit 73bd808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="libsodium" Version="1.0.18.4" />
<PackageReference Include="libsodium" Version="1.0.19" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Geralt/Interop/Interop.Sodium.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ internal static partial class Interop
{
internal static partial class Libsodium
{
internal const string SODIUM_VERSION_STRING = "1.0.18";
internal const int SODIUM_LIBRARY_VERSION_MAJOR = 10;
internal const int SODIUM_LIBRARY_VERSION_MINOR = 3;
internal const string SODIUM_VERSION_STRING = "1.0.19";
internal const int SODIUM_LIBRARY_VERSION_MAJOR = 26;
internal const int SODIUM_LIBRARY_VERSION_MINOR = 1;

[DllImport(DllName, CallingConvention = Convention)]
internal static extern int sodium_init();
Expand Down

0 comments on commit 73bd808

Please sign in to comment.