Skip to content

Commit

Permalink
ony test direct minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Jul 26, 2024
1 parent 2981df2 commit 0565095
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- uses: actions/checkout@v4

- run: rustup default nightly && rustup update nightly
- run: cargo update

- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
Expand Down
1 change: 0 additions & 1 deletion turbosql-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ version = "0.10.0"
proc-macro = true

[dependencies]
ahash = "0.8.7"
fs2 = "0.4.0"
once_cell = "1.18.0"
proc-macro-error = "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion turbosql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ version = "0.10.0"
turbosql-impl = {path = "../turbosql-impl", version = "=0.10.0"}

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ahash = "0.8.7"
directories-next = "2.0.0"
log = "0.4.4"
once_cell = "1.18.0"
Expand Down

0 comments on commit 0565095

Please sign in to comment.