Skip to content

Commit

Permalink
chore(release): prepare publishing (#279)
Browse files Browse the repository at this point in the history
- sspi -> 0.14.0
- winscard -> 0.2.1
- Devolutions.Sspi -> 2024.10.8.0
  • Loading branch information
CBenoit committed Oct 8, 2024
1 parent 9005e61 commit 355b81f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.0"
version = "0.14.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/winscard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winscard"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sspi-ffi"
version = "0.10.1"
version = "0.0.0"
license = "MIT/Apache-2.0"
homepage = "https://github.com/devolutions/sspi-rs"
repository = "https://github.com/devolutions/sspi-rs"
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>2024.8.5.0</Version>
<Version>2024.10.8.0</Version>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 355b81f

Please sign in to comment.