Skip to content

Commit 2ca6001

Browse files
authored
Merge pull request #2 from jwodder/msrv
Bump MSRV to 1.74
2 parents b4be85b + fc7c403 commit 2ca6001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dandidav"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.70"
5+
rust-version = "1.74"
66
description = "WebDAV view to DANDI Archive"
77
authors = ["John Thorvald Wodder II <dandidav@varonathe.org>"]
88
repository = "https://github.com/jwodder/dandidav"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
22
[![CI Status](https://github.com/jwodder/dandidav/actions/workflows/test.yml/badge.svg)](https://github.com/jwodder/dandidav/actions/workflows/test.yml)
33
[![codecov.io](https://codecov.io/gh/jwodder/dandidav/branch/master/graph/badge.svg)](https://codecov.io/gh/jwodder/dandidav)
4-
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.70-orange)](https://www.rust-lang.org)
4+
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.74-orange)](https://www.rust-lang.org)
55
[![MIT License](https://img.shields.io/github/license/jwodder/dandidav.svg)](https://opensource.org/licenses/MIT)
66

77
[GitHub](https://github.com/jwodder/dandidav) | [Issues](https://github.com/jwodder/dandidav/issues)

0 commit comments

Comments
 (0)