You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rust.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Specter can be used directly as a Rust crate without going through the C FFI lay
4
4
5
5
```toml
6
6
[dependencies]
7
-
specter-mem = "1.0"
7
+
specter-mem = "1.0.2"
8
8
```
9
9
10
10
> **Platform note:** The crate builds for both iOS (`aarch64-apple-ios`) and macOS (`aarch64-apple-darwin`). Use `make ios` or `make macos` to build a single target.
0 commit comments