Change extension of service file

This commit is contained in:
Maurice
2025-09-30 13:04:06 +02:00
parent 4c7d1a857e
commit 1953f8cf1c
4 changed files with 47 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "podman-openrc"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
keywords = ["podman", "openrc", "service", "generator"]
@@ -12,7 +12,7 @@ repository = "https://git.plabble.org/Maurice/podman-openrc"
readme = "README.md"
[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
clap = { version = "4.5.48", features = ["derive"] }
itertools = "0.14.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.9.5"
toml = "0.9.7"