tagref 0.0.6

Tagref helps you refer to other locations in your codebase.
language: rust
rust:
  - stable
script:
  - rustup component add clippy
  - cargo clean
  - cargo clippy -- --deny clippy::pedantic
  - cargo test
  - cargo run