diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8e5c833..67b3483 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,11 +22,6 @@ jobs: - uses: actions/checkout@v4 - name: Build run: cargo build --verbose --all - - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - name: Run tests run: cargo test --verbose --all-targets - name: Run tests with hashbrown diff --git a/Cargo.toml b/Cargo.toml index ed255fc..c2a7ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["html", "css", "selectors", "scraping", "parser"] authors = ["niklak ","importcjj "] edition = "2021" readme = "README.md" - +rust-version = "1.65" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]