Skip to content

Commit

Permalink
Bump MSRV to 1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
lo48576 committed May 6, 2021
1 parent e8ea345 commit 9a822bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ cache: cargo
rust:
- stable
- beta
- 1.51.0
- 1.52.0
jobs:
include:
- rust: 1.51.0
- rust: 1.52.0
env: TEST_MINIMAL_VERSIONS=1
- rust: 1.51.0
- rust: 1.52.0
env: LINT=1
before_install:
- |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.com/lo48576/fbxcel.svg?branch=develop)](https://travis-ci.com/lo48576/fbxcel)
[![Latest version](https://img.shields.io/crates/v/fbxcel.svg)](https://crates.io/crates/fbxcel)
[![Documentation](https://docs.rs/fbxcel/badge.svg)](https://docs.rs/fbxcel)
![Minimum rustc version: 1.51](https://img.shields.io/badge/rustc-1.51+-lightgray.svg)
![Minimum rustc version: 1.52](https://img.shields.io/badge/rustc-1.52+-lightgray.svg)

`fbxcel` is an FBX library for Rust programming language.

Expand Down Expand Up @@ -37,7 +37,7 @@ Currently there is no plan to support FBX ASCII format.

## Rust version

Latest stable compiler (currently 1.51) is supported.
Latest stable compiler (currently 1.52) is supported.

## License

Expand Down

0 comments on commit 9a822bc

Please sign in to comment.