Skip to content

Commit

Permalink
refactor!: Revert the bump of MSRV to 1.75 (#3952)
Browse files Browse the repository at this point in the history
Revert "refactor!: Bump MSRV to 1.75 (#3851)"

This reverts commit 3edaa8f.
  • Loading branch information
Xuanwo authored Jan 9, 2024
1 parent 3e32db5 commit b956b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ jobs:
check_msrv:
runs-on: ubuntu-latest
env:
# OpenDAL's MSRV is 1.75.
OPENDAL_MSRV: "1.75"
# OpenDAL's MSRV is 1.67.
OPENDAL_MSRV: "1.67"
steps:
- uses: actions/checkout@v4
- name: Setup msrv of rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.75"
rust-version = "1.67"
version = "0.44.1"

[workspace.dependencies]
Expand Down

0 comments on commit b956b76

Please sign in to comment.