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
Remove the notice about the go version in the README
uniffi-bindgen-go nowadays seems to support both 1.24 as well as 1.25
versions of go.
Relevant upstream issue can be found here:
NordSecurity/uniffi-bindgen-go#66
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,6 @@ It currently tests [rust SDK FFI bindings](https://github.com/matrix-org/matrix-
10
10
*Please ensure you have met Complement's [Dependencies](https://github.com/matrix-org/complement?tab=readme-ov-file#dependencies) first.
11
11
In practice, this means you must have `go` and `docker` installed.*
12
12
13
-
As of this writing, Complement Crypto's bindings to the Rust SDK are
14
-
incompatible with `go` 1.24 due to
15
-
https://github.com/NordSecurity/uniffi-bindgen-go/issues/66. Use `go` 1.23 for
16
-
now.
17
-
18
13
Complement Crypto can be compiled and run in different modes depending on which SDK is being tested. For example, if you only want
19
14
to test JS SDK then you do not need to compile rust code or run rust tests, and vice versa. Conversely, if you want to test
20
15
interoperability between the two SDKs then you need to compile both SDKs.
0 commit comments