This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch fix-oss
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/fix-oss by this push:
new d5ec63a12 Bump MSRV to 1.69
d5ec63a12 is described below
commit d5ec63a1210b0a34196adb0ea6381fa4d90c0522
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 17 15:38:49 2023 +0800
Bump MSRV to 1.69
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/ci.yml | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9eea35fdf..7cded3e26 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -117,8 +117,8 @@ jobs:
check_msrv:
runs-on: ubuntu-latest
env:
- # OpenDAL's MSRV is 1.65.
- OPENDAL_MSRV: "1.65"
+ # OpenDAL's MSRV is 1.69.
+ OPENDAL_MSRV: "1.69"
steps:
- uses: actions/checkout@v4
- name: Setup msrv of rust
diff --git a/Cargo.toml b/Cargo.toml
index 1d83e191b..1cab3092d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-opendal"
-rust-version = "1.65"
+rust-version = "1.69"
version = "0.41.0"
[workspace.dependencies]