Skip to content

Commit

Permalink
bump msrv to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Dec 8, 2023
1 parent 85021eb commit be132d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
rust_version:
- stable
- "1.73.0"
- "1.74.0"
os:
- ubuntu-latest
#- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lsm-tree"
description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)"
version = "0.0.1"
edition = "2021"
rust-version = "1.73.0"
rust-version = "1.74.0"
license = "MIT"
readme = "README.md"
keywords = ["database", "lsmt", "lsm", "rocksdb", "leveldb"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Testing system:

## Minimum supported rust version (MSRV)

1.73.0
1.74.0

## License

Expand Down

0 comments on commit be132d1

Please sign in to comment.