Compare commits

..

No commits in common. "main" and "1.0.2" have entirely different histories.
main ... 1.0.2

4 changed files with 3 additions and 5 deletions

View file

@ -137,7 +137,7 @@ jobs:
run: rm release_blobs/build.env run: rm release_blobs/build.env
- -
name: Release New Version name: Release New Version
uses: actions/forgejo-release@v2 uses: actions/forgejo-release@v1
with: with:
direction: upload direction: upload
url: https://forgejo.neshweb.net url: https://forgejo.neshweb.net

2
Cargo.lock generated
View file

@ -460,7 +460,7 @@ dependencies = [
[[package]] [[package]]
name = "domainlink" name = "domainlink"
version = "1.0.3" version = "1.0.2"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"confy", "confy",

View file

@ -1,7 +1,7 @@
[package] [package]
authors = ["Neshura"] authors = ["Neshura"]
name = "domainlink" name = "domainlink"
version = "1.0.3" version = "1.0.2"
edition = "2021" edition = "2021"
description = "Lightweight tool for handling (sub-)domain to URL redirects instead of having to deal with copy and pasting proxy rules" description = "Lightweight tool for handling (sub-)domain to URL redirects instead of having to deal with copy and pasting proxy rules"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"

View file

@ -170,8 +170,6 @@ impl Config {
error!(e); error!(e);
} }
}; };
}
else {
let msg = format!("Using {config_path}/domains.toml"); let msg = format!("Using {config_path}/domains.toml");
info!(msg); info!(msg);
} }