From fd921beed65777ead0a6eb08977e66f5adb7078f Mon Sep 17 00:00:00 2001 From: SpaiR Date: Fri, 5 Jul 2024 11:02:26 +0300 Subject: [PATCH] fix linter --- .golangci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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