Skip to content

Commit 7759e01

Browse files
committed
fix: lower msrv to 1.79.0
1 parent 6e73b76 commit 7759e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-nfpm"
33
version = "0.1.1"
44
edition = "2021"
5-
rust-version = "1.80.0"
5+
rust-version = "1.79.0"
66
description = "A simple and lightweight Cargo plugin for using nFPM from Any Rust project"
77
license = "MIT OR Apache-2.0"
88
authors = ["Arvid Gerstmann <github@arvid.io>"]

0 commit comments

Comments
 (0)