From a526f2246a9975988b1a39e6026cb922f7333610 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Sat, 8 Jun 2024 21:08:41 +0800 Subject: [PATCH] update doc --- Cargo.lock | 4 ++-- doc/long-term_support.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01bfd973..d990db69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3637,9 +3637,9 @@ dependencies = [ [[package]] name = "utf8parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" diff --git a/doc/long-term_support.md b/doc/long-term_support.md index 9f105e1e..9b93f869 100644 --- a/doc/long-term_support.md +++ b/doc/long-term_support.md @@ -3,7 +3,8 @@ Long-Term Support # Policy -We will offer LTS branches for components that is considered to be production ready. +We will offer LTS branches for components that is considered to be production ready, +the branch name will be in the format **lts///**, such as *lts/g3proxy/1.8/default*. LTS branches will only get bug & security fixes, so there won't be any new features or breaking changes. The dependency lock file `Cargo.lock` will only get semver compatible updates when necessary. @@ -18,5 +19,6 @@ You can ask for commercial support if you need a longer support time. Long-Term branch for [g3proxy](../g3proxy) 1.8.x. Minimum requirements: + - MSRV: 1.75 - Linux OS: Debian 10 and CentOS 7.9.