Skip to content

using the same specs version as veloren gets rid of security issues #27

using the same specs version as veloren gets rid of security issues

using the same specs version as veloren gets rid of security issues #27

Workflow file for this run

on: [push]
name: Update & Build Check
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- uses: actions-rs/cargo@v1
with:
command: update
- uses: actions-rs/cargo@v1
with:
command: build