Skip to content

Commit

Permalink
Merge pull request #856 from Lorak-mmk/fix_toml_datetime
Browse files Browse the repository at this point in the history
Commit renamed Cargo.lock file
  • Loading branch information
piodul authored Oct 26, 2023
2 parents 5830269 + 5b0096b commit 4c60b01
Show file tree
Hide file tree
Showing 2 changed files with 2,160 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ jobs:
rustup override set ${{ env.rust_min }}
- name: Print Rust version
run: rustc --version
- name: Use MSRV Cargo.lock
run: mv Cargo.lock.msrv Cargo.lock
- name: MSRV cargo check with features
run: cargo check --verbose --all-targets
run: cargo check --verbose --all-targets --locked
- name: MSRV cargo check without features
run: cargo check --verbose --all-targets --manifest-path "scylla/Cargo.toml"
run: cargo check --verbose --all-targets --locked --manifest-path "scylla/Cargo.toml"
- name: MSRV cargo check scylla-cql
run: cargo check --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml"
run: cargo check --verbose --all-targets --locked --manifest-path "scylla-cql/Cargo.toml"

# Tests that docstrings generate docs without warnings
cargo_docs:
Expand Down
Loading

0 comments on commit 4c60b01

Please sign in to comment.