diff --git a/.golangci.yml b/.golangci.yml index 0a333b4c..c5a5b190 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,7 @@ run: timeout: 5m linters: + disable-all: true enable: - asasalint - errchkjson diff --git a/README.md b/README.md index 97009ec5..c4f2173e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ It can be found at `internal/third_party/sdmmparser/src`. ### Prerequisites * [Go](https://go.dev/): version **1.20** or higher. -* [Rust](https://www.rust-lang.org/): version **1.69.0**. +* [Rust](https://www.rust-lang.org/): version **1.79.0**. * (Optional) [Task](https://taskfile.dev): for running build scripts. #### For Windows