From 607b653077a2c85016e2909a3431574746f23cc1 Mon Sep 17 00:00:00 2001 From: yamachu Date: Thu, 4 Apr 2024 19:36:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?csbindgen=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=921.8.0=E3=81=8B=E3=82=891.9.?= =?UTF-8?q?1=E3=81=AB=E6=9B=B4=E6=96=B0=E3=81=97=E3=81=BE=E3=81=97?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- binding/Cargo.lock | 4 ++-- binding/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binding/Cargo.lock b/binding/Cargo.lock index badcbb7..56223da 100644 --- a/binding/Cargo.lock +++ b/binding/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "csbindgen" -version = "1.8.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec4389148dd244779fef66e4d3fbb5620cedcd30b89acd3fad9231b895adf544" +checksum = "cf70eb656f35e0e6956cbde31c66431c53d8a546823489719099c71525767a9c" dependencies = [ "regex", "syn", diff --git a/binding/Cargo.toml b/binding/Cargo.toml index a938f84..f24da7a 100644 --- a/binding/Cargo.toml +++ b/binding/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] [build-dependencies] -csbindgen = "1.8.0" +csbindgen = "1.9.1" From 5c6fa8e1e283128059efe10c4678f770555b3e8d Mon Sep 17 00:00:00 2001 From: yamachu Date: Thu, 4 Apr 2024 19:36:25 +0900 Subject: [PATCH 2/2] make generate --- .../Runtime/Script/Native/CoreUnsafe.g.cs | 1 - src/VoicevoxCoreSharp.Core/Native/CoreUnsafe.g.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/VoicevoxCoreSharp.Core.Unity/Packages/VoicevoxCoreSharp.Core.Unity/Runtime/Script/Native/CoreUnsafe.g.cs b/src/VoicevoxCoreSharp.Core.Unity/Packages/VoicevoxCoreSharp.Core.Unity/Runtime/Script/Native/CoreUnsafe.g.cs index 72b307b..51f2321 100644 --- a/src/VoicevoxCoreSharp.Core.Unity/Packages/VoicevoxCoreSharp.Core.Unity/Runtime/Script/Native/CoreUnsafe.g.cs +++ b/src/VoicevoxCoreSharp.Core.Unity/Packages/VoicevoxCoreSharp.Core.Unity/Runtime/Script/Native/CoreUnsafe.g.cs @@ -289,4 +289,3 @@ internal enum VoicevoxUserDictWordType : int } - \ No newline at end of file diff --git a/src/VoicevoxCoreSharp.Core/Native/CoreUnsafe.g.cs b/src/VoicevoxCoreSharp.Core/Native/CoreUnsafe.g.cs index 72b307b..51f2321 100644 --- a/src/VoicevoxCoreSharp.Core/Native/CoreUnsafe.g.cs +++ b/src/VoicevoxCoreSharp.Core/Native/CoreUnsafe.g.cs @@ -289,4 +289,3 @@ internal enum VoicevoxUserDictWordType : int } - \ No newline at end of file