Skip to content

Commit

Permalink
Release 0.14.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Feb 14, 2024
1 parent 618ecbf commit 56b3607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backends/csharp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "interoptopus_backend_csharp"
description = "Generates C# bindings."
authors = ["Ralf Biedert <[email protected]>"]
version = "0.14.22"
version = "0.14.23"
edition = "2018"
license = "MIT"
keywords = ["ffi", "code-generation", "bindings", "csharp", "dotnet"]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "The polyglot bindings generator for your library (C#, C, Python,
authors = ["Ralf Biedert <[email protected]>"]
keywords = ["ffi", "code-generation", "bindings"]
categories = ["api-bindings", "development-tools::ffi"]
version = "0.14.21"
version = "0.14.23"
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/interoptopus/"
Expand Down
2 changes: 1 addition & 1 deletion proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "interoptopus_proc"
description = "Macros to produce Interoptopus item info."
authors = ["Ralf Biedert <[email protected]>"]
version = "0.14.19"
version = "0.14.23"
edition = "2018"
license = "MIT"
keywords = ["ffi"]
Expand Down

0 comments on commit 56b3607

Please sign in to comment.