Skip to content

Commit

Permalink
now msrv is 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue committed Nov 23, 2023
1 parent 58619fc commit 6f5e044
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.61.0
- stable
steps:
- name: Checkout code
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.61.0
- stable
steps:
- name: Checkout code
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.61.0
- stable
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ while let Some(result) = iter.next() {

## 最低支持的 Rust 版本(MSRV)

- 1.60.0
- 1.61.0

## 编码规范

Expand Down
2 changes: 1 addition & 1 deletion api-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-api-generator"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
homepage = "https://www.qiniu.com"
Expand Down
2 changes: 1 addition & 1 deletion apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-apis"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion apis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ for tag in tags {

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-credential"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion credential/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let authorization = credential

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion download-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-download-manager"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion download-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ download_manager

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion etag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-etag"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion etag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ assert_eq!(

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
6 changes: 3 additions & 3 deletions http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-http-client"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down Expand Up @@ -47,8 +47,8 @@ smart-default = "0.6.0"
dyn-clonable = "0.9.0"
auto_impl = "1.0.0"
num-rational = { version = "0.3.0", default-features = false }
c-ares = { version ="=7.2.0", optional = true }
c-ares-resolver = { version ="7.1.3", optional = true }
c-ares = { version = "7.2.0", optional = true }
c-ares-resolver = { version = "7.1.3", optional = true }
futures = { version = "0.3.5", optional = true }
futures-timer = { version = "3.0.2", optional = true }
async-std = { version = "1.12.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion http-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ let response = HttpClient::default()

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion http-isahc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-isahc"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion http-isahc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ qiniu-isahc = { version = "0.2.1", features = ["async"] }

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion http-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-reqwest"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion http-reqwest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ qiniu-reqwest = { version = "0.2.1", features = ["async"] }

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion http-ureq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-ureq"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion http-ureq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ qiniu-ureq = "0.2.1"

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-http"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ qiniu-http = { version = "0.2.1", features = ["async"] }

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion objects-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-objects-manager"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion objects-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ while let Some(object) = stream.try_next().await? {

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion sdk-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-sdk-examples"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
homepage = "https://www.qiniu.com"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-sdk"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
4 changes: 2 additions & 2 deletions upload-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-upload-manager"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand All @@ -27,7 +27,7 @@ serde_json = "1.0.74"
assert-impl = "0.1.3"
dyn-clonable = "0.9.0"
crossbeam-utils = "0.8.6"
os_str_bytes = "6.0.0"
os_str_bytes = { version = "6.6.1", features = ["conversions"] }
tap = "1.0.1"
md-5 = "0.10.1"
rayon = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion upload-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ uploader.async_upload_path("/home/qiniu/test.png", params).await?;

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion upload-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-upload-token"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion upload-token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ let upload_policy = upload_token.async_policy(Default::default()).await?;

## 最低支持的 Rust 版本(MSRV)

1.60.0
1.61.0

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "qiniu-utils"
version = "0.2.3"
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"
license = "MIT"
repository = "https://github.com/qiniu/rust-sdk.git"
homepage = "https://www.qiniu.com"
Expand Down

0 comments on commit 6f5e044

Please sign in to comment.