Moved untildify to a git repo
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 13s
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 13s
This commit is contained in:
parent
3926ccb3e7
commit
1399ebb9c4
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -157,6 +157,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "untildify"
|
name = "untildify"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
|
source = "git+https://git.lovelynet.net/benjamyn/untildify.git?branch=main#91e595157c9720d4fb5c50595e7f601473066de2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"regex",
|
"regex",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -8,4 +8,4 @@ configparser = "3.0.4"
|
|||||||
dbus = "0.9.7"
|
dbus = "0.9.7"
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
untildify = { path = "../untildify" }
|
untildify = { git = "https://git.lovelynet.net/benjamyn/untildify.git", branch = "main" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user