Skip to content

Commit

Permalink
update rustc_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Oct 25, 2024
1 parent d0e3470 commit 7247edf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Dependencies

* Bump rust MSRV to 1.68.2


## [2.0.3] - 2024-09-02

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.0.3"
license = "Unlicense"
authors = ["Jonathan Cornaz"]
edition = "2021"
rust-version = "1.68"
rust-version = "1.68.2"
description = "2d collision test for arbitrary convex shapes"
repository = "https://github.com/jcornaz/impacted"
categories = ["game-development"]
Expand Down Expand Up @@ -41,7 +41,7 @@ glam = { version = "0.29.0", features = ["libm", "approx"] }
approx = "0.5.1"

[build-dependencies]
rustc_version = "0.4.0"
rustc_version = "0.4.1"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
Expand Down

0 comments on commit 7247edf

Please sign in to comment.