aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-30 03:53:39 -0700
committerFuwn <[email protected]>2024-10-30 03:53:39 -0700
commit0c2ccb0c3f36b559d36e9d869b1f76be09ca55aa (patch)
tree531970d1b63ba6f9b5eddb0a5e9033085ee81ba9
parentfeat: remove nightly requirement (diff)
downloadsenpy-ffi-0c2ccb0c3f36b559d36e9d869b1f76be09ca55aa.tar.xz
senpy-ffi-0c2ccb0c3f36b559d36e9d869b1f76be09ca55aa.zip
deps(senpy): bump to 0.1.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 395f6cc..9e7e0e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ crate-type = ["dylib"]
[dependencies]
# Senpy
-senpy = "0.1.2"
+senpy = "0.1.3"
# FFI
libc = "0.2.119"