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

commit 93233a9833e1339fa19d4625fee2774db42030bb
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 17 16:04:00 2023 +0800

    Pick up 1.67 instead
    
    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..2f00b6fdc 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.67.
+      OPENDAL_MSRV: "1.67"
     steps:
       - uses: actions/checkout@v4
       - name: Setup msrv of rust
diff --git a/Cargo.toml b/Cargo.toml
index 1d83e191b..f11acdc9a 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.67"
 version = "0.41.0"
 
 [workspace.dependencies]

Reply via email to