diff options
author | Vika <vika@fireburn.ru> | 2022-05-12 03:03:49 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-05-12 03:03:49 +0300 |
commit | c0ec83c6dc3751c7a2abf08a21cb8b017b25e8cf (patch) | |
tree | 97a8af2944263abff9b6bc05d13a15b920979f2b /Cargo.toml | |
parent | 47285d5af803ed26d52b7f248a8f2de556e9057f (diff) | |
download | kittybox-c0ec83c6dc3751c7a2abf08a21cb8b017b25e8cf.tar.zst |
Cargo.toml: fix Nix builds in restricted mode
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index b100649..d43f0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,4 +111,4 @@ default-features = false features = ["rustls-tls-webpki-roots", "gzip", "brotli", "json", "stream"] [dependencies.microformats] version = "^0.2.0" -git = "https://gitlab.com/maxburon/microformats-parser" +#git = "https://gitlab.com/maxburon/microformats-parser" |