diff --git a/Cargo.toml b/Cargo.toml index c38def1..7dc8c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/push.sh b/push.sh index 345883e..434d0f3 100755 --- a/push.sh +++ b/push.sh @@ -1,5 +1,6 @@ #!/bin/bash -git add . && git commit -m "Update" && git push +git add . && git commit -m "Update" +git push echo "Ready"