Skip to content

Commit

Permalink
docs: lower the minimum supported rust version (msrv) to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jan 8, 2023
1 parent e8df96d commit ecc6db2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.1.2"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
rust-version = "1.58"
rust-version = "1.56"
description = "A bounding-volume hierarchy for in-game broad-phase collision detection"
repository = "/~https://github.com/jcornaz/bvh-arena"
keywords = ["bvh", "sah", "bounding", "volume", "aabb"]
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# bvh-arena


[![License](https://img.shields.io/github/license/jcornaz/bvh-arena)](/~https://github.com/jcornaz/bvh-arena/blob/main/UNLICENSE)
[![License](https://img.shields.io/crates/l/bvh-arena)](#Unlicense)
[![Crates.io](https://img.shields.io/crates/v/bvh-arena)](https://crates.io/crates/bvh-arena)
[![Docs](https://img.shields.io/docsrs/bvh-arena)](https://docs.rs/bvh-arena)

![rustc](https://img.shields.io/badge/rustc-1.56+-blue?logo=rust)
[![Docs](https://docs.rs/bvh-arena/badge.svg)](https://docs.rs/bvh-arena)

A bounding-volume hierarchy for in-game broad-phase *collision detection* in rust

Expand Down Expand Up @@ -57,7 +56,7 @@ bvh-arena = "1"

## MSRV

The minimum supported rust version is currently: `1.58`
The minimum supported rust version is currently: `1.56`

**It *may* be increased to a newer stable version in a minor release.** (but only if needed)

Expand Down

0 comments on commit ecc6db2

Please sign in to comment.