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]]
name = "chatapp"
version = "0.2.0"
version = "1.0.0"
dependencies = [
"anyhow",
"argon2",

View File

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

View File

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