chore: bump version to 1.0.10

This commit is contained in:
Anna 2023-08-24 14:34:42 -04:00
parent 9a44bf8942
commit 3ab9670da1
Signed by: anna
GPG Key ID: D0943384CD9F87D1
8 changed files with 374 additions and 396 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Version>1.0.9</Version> <Version>1.0.10</Version>
<TargetFramework>net7.0-windows</TargetFramework> <TargetFramework>net7.0-windows</TargetFramework>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly> <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

View File

@ -1,7 +1,7 @@
author: ascclemens author: Anna
name: Remote Party Finder Uploader name: Remote Party Finder Uploader
description: |- description: |-
Uploads the PF listings you retrieve to the crowdsourced Remote Uploads the PF listings you retrieve to the crowdsourced Remote
Party Finder website (https://xivpf.com/). Party Finder website (https://xivpf.com/).
punchline: Crowdsourced PF website (upload PF listings to xivpf.com) punchline: Crowdsourced PF website (upload PF listings to xivpf.com)
repo_url: https://git.annaclemens.io/ascclemens/remote-party-finder repo_url: https://git.anna.lgbt/anna/remote-party-finder

View File

@ -1,2 +1,2 @@
use nix #use nix
unset RUSTC_WRAPPER #unset RUSTC_WRAPPER

752
server/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ lazy_static = "1"
maplit = "1" maplit = "1"
mime = "0.3" mime = "0.3"
mongodb = { version = "2", features = ["bson-chrono-0_4"] } mongodb = { version = "2", features = ["bson-chrono-0_4"] }
sestring = { version = "0.2", features = ["serde"] } sestring = { version = "0.3", features = ["serde"] }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
serde_repr = "0.1" serde_repr = "0.1"

View File

@ -1,7 +1,7 @@
let let
sources = import ./nix/sources.nix { }; sources = import ./nix/sources.nix { };
pkgs = import sources.nixpkgs { overlays = [ (import sources.mozilla) ]; }; pkgs = import sources.nixpkgs { overlays = [ (import sources.mozilla) ]; };
rust = pkgs.rustChannelOfTargets "nightly" "2022-07-04" [ "x86_64-unknown-linux-musl" ]; rust = pkgs.rustChannelOfTargets "nightly" "2022-12-02" [ "x86_64-unknown-linux-musl" ];
in in
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [

View File

@ -41,7 +41,7 @@ async fn main() {
if let Err(e) = self::web::start(Arc::new(config)).await { if let Err(e) = self::web::start(Arc::new(config)).await {
eprintln!("error: {}", e); eprintln!("error: {}", e);
eprintln!(" {:?}", e); eprintln!(" {:?}", e);
eprintln!("{}", e.backtrace()); // eprintln!("{}", e.backtrace());
} }
} }

View File

@ -16,7 +16,7 @@
</ul> </ul>
<ul> <ul>
<li> <li>
<a href="https://www.patreon.com/join/ascclemens">patreon</a> <a href="https://www.patreon.com/join/lojewalo">patreon</a>
</li> </li>
<li role="list" dir="rtl"> <li role="list" dir="rtl">
<a href="javascript:void(0)" aria-haspopup="listbox">stats</a> <a href="javascript:void(0)" aria-haspopup="listbox">stats</a>