Skip to content

Commit f5bd5bb

Browse files
committed
bumped msrv to 1.81.0
1 parent 9c4da21 commit f5bd5bb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

http-cache-darkbird/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.81.0"
1717

1818
[dependencies]
1919
async-trait = "0.1.85"

http-cache-mokadeser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.81.0"
1717

1818
[dependencies]
1919
async-trait = "0.1.85"

http-cache-quickcache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.81.0"
1717

1818
[dependencies]
1919
async-trait = "0.1.85"

http-cache-reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.81.0"
1717

1818
[dependencies]
1919
anyhow = "1.0.95"

http-cache-surf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.81.0"
1717

1818
[dependencies]
1919
anyhow = "1.0.95"

http-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.81.0"
1717

1818
[dependencies]
1919
async-trait = "0.1.85"

0 commit comments

Comments
 (0)