Skip to content

Commit b435ceb

Browse files
committed
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
1 parent bc8cef2 commit b435ceb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ It currently tests [rust SDK FFI bindings](https://github.com/matrix-org/matrix-
1010
*Please ensure you have met Complement's [Dependencies](https://github.com/matrix-org/complement?tab=readme-ov-file#dependencies) first.
1111
In practice, this means you must have `go` and `docker` installed.*
1212

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-
1813
Complement Crypto can be compiled and run in different modes depending on which SDK is being tested. For example, if you only want
1914
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
2015
interoperability between the two SDKs then you need to compile both SDKs.

0 commit comments

Comments
 (0)