Skip to content

Bump quick-xml from 0.33.0 to 0.36.0 #311

Bump quick-xml from 0.33.0 to 0.36.0

Bump quick-xml from 0.33.0 to 0.36.0 #311

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: sudo apt-get install libncurses5-dev libncursesw5-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose