This commit is contained in:
neuecc 2023-03-19 02:45:09 +09:00
parent 8ab40dd96c
commit 6b81a0779b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Install on `Cargo.toml` as `build-dependencies` and set up `bindgen::Builder` on
```toml ```toml
[build-dependencies] [build-dependencies]
csbindgen = "1.4.0" csbindgen = "1.5.0"
``` ```
### Rust to C#. ### Rust to C#.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "csbindgen" name = "csbindgen"
version = "1.4.0" version = "1.5.0"
edition = "2021" edition = "2021"
authors = [ authors = [
"Yoshifumi Kawai <ils@neue.cc>", "Yoshifumi Kawai <ils@neue.cc>",