Skip to content

Commit 3906fe4

Browse files
authored
v2: Bump MSRV to 1.83 (#378)
* v2: Bump MSRV to 1.83 * Run GitHub checks on merge_group
1 parent 6ba116c commit 3906fe4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [v2]
66
pull_request:
7+
merge_group:
8+
types: [checks_requested]
79
workflow_dispatch:
810

911
jobs:
@@ -12,7 +14,7 @@ jobs:
1214
runs-on: ubuntu-latest
1315
strategy:
1416
matrix:
15-
toolchain: ["stable", "beta", "nightly", "1.57.0"]
17+
toolchain: ["stable", "beta", "nightly", "1.83.0"]
1618
include:
1719
- toolchain: stable
1820
fuzz: 1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "smallvec"
33
version = "2.0.0-alpha.11"
44
edition = "2021"
5-
rust-version = "1.57"
5+
rust-version = "1.83"
66
authors = ["The Servo Project Developers"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/servo/rust-smallvec"

0 commit comments

Comments
 (0)