mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(ci): update mrsv to 1.56.0 (edition = 2021)
This commit is contained in:
parent
9e774174d0
commit
276d17ce8f
7 changed files with 9 additions and 59 deletions
|
|
@ -5,6 +5,6 @@
|
|||
set -ex
|
||||
|
||||
ci=$(dirname $0)
|
||||
for version in 1.50.0 stable beta nightly; do
|
||||
for version in 1.56.0 stable beta nightly; do
|
||||
rustup run "$version" "$ci/test_full.sh"
|
||||
done
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
CRATE=tmux-copyrat
|
||||
MSRV=1.50
|
||||
MSRV=1.56
|
||||
|
||||
get_rust_version() {
|
||||
local array=($(rustc --version));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue