diff options
| author | mo8it <mo8it@proton.me> | 2025-02-18 20:17:27 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-02-18 20:17:27 +0100 |
| commit | 06af3ffc99f803f3be349bbb88bb0ce3b31982e0 (patch) | |
| tree | 75716d39e10c88fa2852d9bc510ac32717fe8283 | |
| parent | 65dc019fa6a5fe7518fcb77f1f076dfc5b8d9f1b (diff) | |
Bump MSRV in release hook
| -rwxr-xr-x | release-hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-hook.sh b/release-hook.sh index 8da5636..db3d86e 100755 --- a/release-hook.sh +++ b/release-hook.sh @@ -13,4 +13,4 @@ cargo test --workspace --all-targets cargo run -- dev check --require-solutions # MSRV -cargo +1.80 run -- dev check --require-solutions +cargo +1.85 run -- dev check --require-solutions |
