diff options
author | Julian T <julian@jtle.dk> | 2023-02-07 18:32:59 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-02-07 18:32:59 +0100 |
commit | 5bc3182c47b46f368197858f13d9e3ba870cad84 (patch) | |
tree | d830be1c9b843fdcd59725961cb0376653ce59ff /scripts | |
parent | 35cab3cb5a1ce92cec602226cd0c9deb8925de37 (diff) |
Setwall cargo.toml remove xresources and udevmon fix
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/resc/setwall/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/resc/setwall/Cargo.toml b/scripts/resc/setwall/Cargo.toml index 61c5fc0..fc22c32 100644 --- a/scripts/resc/setwall/Cargo.toml +++ b/scripts/resc/setwall/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "setwall" -version = "0.1.0" +version = "1.0.0" edition = "2021" +authors = ["Julian Jørgensen"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |