Skip to content

Update Cargo.lock

Update Cargo.lock #4

Workflow file for this run

name: Continues Delivery
on:
push:
tags:
- "**"
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Execut Continues Delivery Workflow
run: echo "This currently is a empyt stub"