mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
Bump MSRV to 1.56
This commit is contained in:
parent
f6597197cd
commit
816f5bd48c
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -32,9 +32,8 @@ jobs:
|
|||||||
- run: cargo test --doc --all-features --color=always -- --color=always
|
- run: cargo test --doc --all-features --color=always -- --color=always
|
||||||
|
|
||||||
# later this may be able to be included with the below
|
# later this may be able to be included with the below
|
||||||
# kept seperate for now as the following don't compile on 1.38.0
|
# kept separate for now as the following don't compile on 1.56.1
|
||||||
# * rkyv
|
# * arbitrary
|
||||||
# * criterion
|
|
||||||
rust_msrv:
|
rust_msrv:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -44,11 +43,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
toolchain: 1.38.0
|
toolchain: 1.56.1
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
# run --lib and --doc to avoid the long running integration tests which are run elsewhere
|
# run --lib and --doc to avoid the long running integration tests which are run elsewhere
|
||||||
- run: cargo test --lib --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,winapi --color=always -- --color=always
|
- run: cargo test --lib --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,winapi,serde --color=always -- --color=always
|
||||||
- run: cargo test --doc --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,winapi --color=always -- --color=always
|
- run: cargo test --doc --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,winapi,serde --color=always -- --color=always
|
||||||
|
|
||||||
rust_versions:
|
rust_versions:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -11,6 +11,7 @@ readme = "README.md"
|
|||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
exclude = ["/ci/*"]
|
exclude = ["/ci/*"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.56.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user