cities-json 0.6.8

Get cities
Documentation
name: Rust

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]
    paths:
      - "citiespy/**"
      - "src/**"
      - ".github/workflows/rust.yaml"
      - "upstream/*"
      - "rust-toolchain.toml"

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions-rust-lang/setup-rust-toolchain@v1
      - run: cargo build
      - run: cargo test