Skip to content

Commit

Permalink
Pin stable versions (#14)
Browse files Browse the repository at this point in the history
* Rollback dependency version updates

* pin deployment version

* Update release version
  • Loading branch information
reubenwong97 authored Oct 10, 2023
1 parent 855c00a commit 7f526bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
cargo-shuttle-version: "0.24.0"
secrets: |
TELOXIDE_TOKEN = '${{ secrets.TELOXIDE_TOKEN }}'
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telerunbot"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT"
description = "Rust telegram bot for tracking runs."
Expand All @@ -12,8 +12,8 @@ publish = true

[dependencies]
log = "0.4"
pretty_env_logger = "0.5"
shuttle-runtime = "0.29.0"
pretty_env_logger = "0.4"
shuttle-runtime = "0.24.0"
tokio = { version = "1.26.0" }
sqlx = { version = "0.7.1", features = [
"runtime-tokio-native-tls",
Expand All @@ -22,8 +22,8 @@ sqlx = { version = "0.7.1", features = [
"chrono",
] }
teloxide = { version = "0.12.0", features = ["macros"] }
shuttle-shared-db = { version = "0.29.0", features = ["postgres", "sqlx"] }
shuttle-secrets = "0.29.0"
shuttle-shared-db = { version = "0.24.0", features = ["postgres", "sqlx"] }
shuttle-secrets = "0.24.0"
reqwest = "0.11.18"
askama = "0.12.0"
tracing = "0.1.37"

0 comments on commit 7f526bc

Please sign in to comment.