Moved untildify to a git repo
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 13s

This commit is contained in:
Benjamyn Love 2024-12-05 19:16:50 +11:00
parent 3926ccb3e7
commit 1399ebb9c4
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -157,6 +157,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "untildify"
version = "0.1.1"
source = "git+https://git.lovelynet.net/benjamyn/untildify.git?branch=main#91e595157c9720d4fb5c50595e7f601473066de2"
dependencies = [
"regex",
]

View File

@ -8,4 +8,4 @@ configparser = "3.0.4"
dbus = "0.9.7"
glob = "0.3.1"
rand = "0.8.5"
untildify = { path = "../untildify" }
untildify = { git = "https://git.lovelynet.net/benjamyn/untildify.git", branch = "main" }