diff --git a/Cargo.lock b/Cargo.lock index eedc1c4..3d05d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "cc" -version = "1.2.5" +version = "1.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" +checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333" dependencies = [ "shlex", ] @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.135" +version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66fd8f17ad454fc1e4f4ab83abffcc88a532e90350d3ffddcb73030220fcbd52" +checksum = "8bfd16fca6fd420aebbd80d643c201ee4692114a0de208b790b9cd02ceae65fb" dependencies = [ "cc", "codespan-reporting", @@ -160,9 +160,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] @@ -181,9 +181,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "syn" -version = "2.0.91" +version = "2.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" +checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" dependencies = [ "proc-macro2", "quote", @@ -327,8 +327,8 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "xiangting" -version = "2.0.2" -source = "git+https://github.com/Apricot-S/xiangting.git#8f7497b9b82b6d6f47e16ba17cc5e2f1e5394a8e" +version = "2.0.3" +source = "git+https://github.com/Apricot-S/xiangting.git#e7794a82e75d8c65a93c7872b337853aac45a84f" dependencies = [ "cxx-build", "thiserror", @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "xiangting-py" -version = "2.0.2" +version = "2.0.3" dependencies = [ "pyo3", "xiangting", diff --git a/Cargo.toml b/Cargo.toml index 9c3d833..b8e4996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xiangting-py" -version = "2.0.2" +version = "2.0.3" description = "Python bindings for xiangting" authors = ["Apricot S."] edition = "2021" @@ -26,4 +26,4 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.23.3", features = ["extension-module"] } -xiangting = { git = "https://github.com/Apricot-S/xiangting.git", version = "2.0.2" } +xiangting = { git = "https://github.com/Apricot-S/xiangting.git", version = "2.0.3" } diff --git a/docs/conf.py b/docs/conf.py index 2ca9a95..9c4b050 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "xiangting" copyright = "2024, Apricot S." author = "Apricot S." -release = "2.0.2" +release = "2.0.3" version = release diff --git a/pyproject.toml b/pyproject.toml index a584b24..a326dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "xiangting" -version = "2.0.2" +version = "2.0.3" description = "Python bindings for xiangting" authors = [{ name = "Apricot S." }] license = { text = "MIT License" }