diff options
| author | Fuwn <[email protected]> | 2024-10-30 03:53:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-30 03:53:39 -0700 |
| commit | 0c2ccb0c3f36b559d36e9d869b1f76be09ca55aa (patch) | |
| tree | 531970d1b63ba6f9b5eddb0a5e9033085ee81ba9 | |
| parent | feat: remove nightly requirement (diff) | |
| download | senpy-ffi-0c2ccb0c3f36b559d36e9d869b1f76be09ca55aa.tar.xz senpy-ffi-0c2ccb0c3f36b559d36e9d869b1f76be09ca55aa.zip | |
deps(senpy): bump to 0.1.3
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ crate-type = ["dylib"] [dependencies] # Senpy -senpy = "0.1.2" +senpy = "0.1.3" # FFI libc = "0.2.119" |