Skip to content

Commit

Permalink
chore: bump crate version to 0.8.2 + dotnet to 2023.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Jul 24, 2023
1 parent 6001d4f commit 2c10dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sspi"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ffi/dotnet/Devolutions.Sspi/Devolutions.Sspi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Portable Rust SSPI library</Description>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>2023.6.29.0</Version>
<Version>2023.7.24.0</Version>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 2c10dcb

Please sign in to comment.