Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ivulit 2026-02-19 17:06:21 +03:00
commit 3dbadeecca
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -120,9 +120,9 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
# Commit and push changes # Commit and push changes
git add Cargo.toml Cargo.lock #git add Cargo.toml Cargo.lock
git commit -m "chore: bump version to $VERSION" || echo "No changes to commit" #git commit -m "chore: bump version to $VERSION" || echo "No changes to commit"
git push origin HEAD:main #git push origin HEAD:main
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,6 +1,6 @@
[package] [package]
name = "telemt" name = "telemt"
version = "3.0.5" version = "3.0.4"
edition = "2024" edition = "2024"
[dependencies] [dependencies]