Skip to content

Commit

Permalink
Bump MSRV to 1.61.0 for memchr
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed May 11, 2024
1 parent bbbbfd2 commit fbf4b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rust:
- stable
- beta
- 1.60.0
- 1.61.0

steps:
- name: Checkout
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: MIT or Apache 2.0](https://img.shields.io/badge/License-MIT%20or%20Apache2-blue.svg)](https://github.com/djeedai/weldr#license)
[![CI](https://github.com/djeedai/weldr/workflows/CI/badge.svg?branch=main)](https://github.com/djeedai/weldr/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/djeedai/weldr/badge.svg?branch=main)](https://coveralls.io/github/djeedai/weldr?branch=main)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.60.0+-lightgray.svg)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.61.0+-lightgray.svg)

weldr is a Rust library and command-line tool to manipulate [LDraw](https://www.ldraw.org/) files ([format specification](https://www.ldraw.org/article/218.html)), which are files describing 3D models of [LEGO®](http://www.lego.com)* pieces.

Expand All @@ -21,8 +21,6 @@ The weldr library allows building command-line tools and applications leveraging
Parse the content of a single LDraw file containing 2 commands:

```rust
extern crate weldr;

use weldr::{parse_raw, CommandType, CommentCmd, LineCmd, Vec3};

fn main() {}
Expand Down

0 comments on commit fbf4b59

Please sign in to comment.