Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Nov 4, 2020
1 parent 4f32e15 commit 2451f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -12,9 +12,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
# rustfmt is broken in 1.44+
# and can't format heim sub-crates properly
toolchain: 1.43.1
toolchain: 1.45.0
override: true
components: rustfmt
- run: cargo fmt --all -- --check
Expand Down Expand Up @@ -72,7 +70,7 @@ jobs:
- { os: 'ubuntu-latest', target: 'arm-unknown-linux-gnueabihf', cross: true }
- { os: 'ubuntu-latest', target: 'arm-unknown-linux-musleabihf', cross: true }
toolchain:
- 1.40.0 # MSRV
- 1.45.0 # MSRV
- stable

steps:
Expand Down
1 change: 0 additions & 1 deletion examples/Cargo.toml
Expand Up @@ -10,7 +10,6 @@ autobins = false
[dev-dependencies]
cfg-if = "~1.0"
heim = { path = "../heim", features = ["full"] }
smol-potat = "~0.5"
futures-timer = "~3.0"

futures = "~0.3"
Expand Down

0 comments on commit 2451f26

Please sign in to comment.