Skip to content

Update Rust crate redis to 0.25.0 #391

Update Rust crate redis to 0.25.0

Update Rust crate redis to 0.25.0 #391

Workflow file for this run

name: Build using Cargo
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release