Skip to content

Commit

Permalink
Increase MSRV to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 18, 2024
1 parent f56c6be commit ed1d8c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ In Development
- Add a `-Z`/`--zarrman-cache-mb` option for setting the cache size
- Expire idle Zarr manifest cache entries
- Log Zarr manifest cache entries every hour
- Increased MSRV to 1.78

v0.4.0 (2024-07-09)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dandidav"
version = "0.4.0"
edition = "2021"
rust-version = "1.76"
rust-version = "1.78"
description = "WebDAV view to DANDI Archive"
authors = [
"DANDI Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CI Status](https://github.com/dandi/dandidav/actions/workflows/test.yml/badge.svg)](https://github.com/dandi/dandidav/actions/workflows/test.yml)
[![codecov.io](https://codecov.io/gh/dandi/dandidav/branch/main/graph/badge.svg)](https://codecov.io/gh/dandi/dandidav)
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.76-orange)](https://www.rust-lang.org)
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.78-orange)](https://www.rust-lang.org)
[![MIT License](https://img.shields.io/github/license/dandi/dandidav.svg)](https://opensource.org/licenses/MIT)

[GitHub](https://github.com/dandi/dandidav) | [Issues](https://github.com/dandi/dandidav/issues) | [Changelog](https://github.com/dandi/dandidav/blob/main/CHANGELOG.md)
Expand Down

0 comments on commit ed1d8c7

Please sign in to comment.