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: README.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
@@ -63,7 +63,7 @@ If you have the Rust toolchain installed, the native library will be automatical
63
63
As a user of the package, you don't need to worry about building the native library or bindings yourself.
64
64
Only if you want to contribute to the bindings or modify the native code yourself, you can follow the instructions in [development](#development) below.
65
65
The first build can take several minutes depending on your machine and network (subsequent builds are faster).
66
-
We pin git dependencies to immutable refs for reproducibility. `bdk-ffi` tracks the upstream release tag, while `uniffi-dart` remains pinned to a commit until tagged releases are available upstream.
66
+
We pin git dependencies to immutable refs for reproducibility. `bdk-ffi` and `uniffi-dart` both track upstream release tags.
0 commit comments