This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 3edaa8fdbe refactor!: Bump MSRV to 1.75 (#3851)
3edaa8fdbe is described below
commit 3edaa8fdbe0b6a5e38a87138c13ef9516da73f12
Author: Xuanwo <[email protected]>
AuthorDate: Sat Jan 6 19:33:27 2024 +0800
refactor!: Bump MSRV to 1.75 (#3851)
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 07bf6441ca..b063f8f53b 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 267a1858dc..0d386d824c 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.1"
[workspace.dependencies]