9dd8a56298
- Add changelog - Update publish-check recipe to match github actions - Add publish recipe - Update dependencies - Add minimimal-deps compatibility check type: release
12 lines
175 B
Bash
Executable File
12 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
git diff --no-ext-diff --quiet --exit-code
|
|
|
|
cargo +nightly generate-lockfile -Z minimal-versions
|
|
|
|
cargo test
|
|
|
|
git checkout Cargo.lock
|