specify msrv

This commit is contained in:
Robin Appelman 2025-05-22 17:13:45 +02:00
commit 9fcbc7cc06

View file

@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021" edition = "2021"
description = "A small library for helping with loading secrets from files including systemd service credentials support" description = "A small library for helping with loading secrets from files including systemd service credentials support"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/secretfile" repository = "https://github.com/icewind1991/secretfile"
rust-version = "1.58.1"