This commit is contained in:
Valeria Fadeeva 2024-12-01 16:49:55 +05:00
parent 0434d3749c
commit 8f41d83a3d
2 changed files with 7 additions and 6 deletions

View File

@ -7,9 +7,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "^0.3"
fltk = { version = "^1.4", features = ["fltk-bundled"] }
fltk-theme = "^0.7"
tokio = { version = "^1.40", features = ["full"] }
# bytes = "^1.4"
futures = "0.3.31"
fltk = { version = "1.4.36", features = ["fltk-bundled"] }
fltk-theme = "0.7.3"
tokio = { version = "1.41.1", features = ["full"] }
# bytes = "1.9"
dotenv = "^0.15"

View File

@ -1,5 +1,6 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
git add . && git commit -m "Update"
git push
echo "Ready"