Skip to content

Commit 6e73b76

Browse files
committed
fix: lower msrv to 1.80.0
1 parent be011c9 commit 6e73b76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cargo-nfpm"
3-
version = "0.1.0"
4-
edition = "2024"
5-
rust-version = "1.85.0"
3+
version = "0.1.1"
4+
edition = "2021"
5+
rust-version = "1.80.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)