This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch bump-msrv
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 4c93ed6b80063b297363a23158f97fb33d775411
Author: Xuanwo <[email protected]>
AuthorDate: Fri Dec 29 12:24:21 2023 +0800

    refactor!: Bump MSRV to 1.75
    
    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 cdf452be7..39e71b65e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -161,8 +161,8 @@ jobs:
   check_msrv:
     runs-on: ubuntu-latest
     env:
-      # OpenDAL's MSRV is 1.67.
-      OPENDAL_MSRV: "1.67"
+      # OpenDAL's MSRV is 1.75.
+      OPENDAL_MSRV: "1.75"
     steps:
       - uses: actions/checkout@v4
       - name: Setup msrv of rust
diff --git a/Cargo.toml b/Cargo.toml
index 8a5d65b14..823e2ee3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ edition = "2021"
 homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-opendal";
-rust-version = "1.67"
+rust-version = "1.75"
 version = "0.44.0"
 
 [workspace.dependencies]

Reply via email to