changed urls to deployment server and pushed to version 1.0.0

This commit is contained in:
2025-12-31 19:43:59 +01:00
parent c45218eb97
commit 2bf5cbc0de
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -257,7 +257,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]] [[package]]
name = "chatapp" name = "chatapp"
version = "0.2.0" version = "1.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"argon2", "argon2",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "chatapp" name = "chatapp"
version = "0.2.0" version = "1.0.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]

View File

@@ -17,7 +17,7 @@
in { in {
packages.default = pkgs.rustPlatform.buildRustPackage { packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "chatapp"; pname = "chatapp";
version = "0.2.0"; version = "1.0.0";
# Point to the backend subdirectory # Point to the backend subdirectory
src = ./backend; src = ./backend;