changed urls to deployment server and pushed to version 1.0.0
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "chatapp"
|
name = "chatapp"
|
||||||
version = "0.2.0"
|
version = "1.0.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user