Skip to content

Commit

Permalink
Increased MSRV 1.56 Rust2021 due to dependencies. Replaced Github CI …
Browse files Browse the repository at this point in the history
…actions-rs due to unmaintained.
  • Loading branch information
ArtHome12 committed Mar 23, 2023
1 parent 77e6901 commit 9e57337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
features: ["", "--features serde", "--no-default-features --features libm"]
version: ["1.34.0", "stable", "beta", "nightly"]
version: ["1.56.0", "stable", "beta", "nightly"]
include:
- version: stable
features: --features mint
Expand All @@ -23,14 +23,12 @@ jobs:
features: --features unstable,serde

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
- name: Install toolchain
uses: dtolnay/rust-toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.version }}
override: true

- name: Cargo build
run: cargo build ${{ matrix.features }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "euclid"
version = "0.22.7"
version = "0.22.8"
authors = ["The Servo Project Developers"]
edition = "2018"
description = "Geometry primitives"
Expand Down

0 comments on commit 9e57337

Please sign in to comment.