Skip to content

Bump url from 2.5.1 to 2.5.2 #298

Bump url from 2.5.1 to 2.5.2

Bump url from 2.5.1 to 2.5.2 #298

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