Skip to content

Commit 4833c13

Browse files
committed
Bump msrv to 1.83 for faer support
1 parent 0e6b755 commit 4833c13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Rust toolchain and cache
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
26-
toolchain: 1.81
26+
toolchain: 1.83
2727
components: rustfmt,clippy
2828

2929
- name: cargo fmt
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Rust toolchain and cache
4545
uses: actions-rust-lang/setup-rust-toolchain@v1
4646
with:
47-
toolchain: 1.81
47+
toolchain: 1.83
4848

4949
- name: default
5050
run: cargo test

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["Easton Potokar", "Taylor Pool"]
99
repository = "https://github.com/rpl-cmu/factrs"
1010
keywords = ["nonlinear", "optimization", "robotics", "estimation", "SLAM"]
1111
categories = ["science::robotics", "mathematics"]
12-
rust-version = "1.81"
12+
rust-version = "1.83"
1313
exclude = ["examples/data/*"]
1414

1515
[workspace]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fact.rs
22

3-
[![minimum rustc 1.81](https://img.shields.io/badge/rustc-1.81+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
3+
[![minimum rustc 1.83](https://img.shields.io/badge/rustc-1.83+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
44
[![crate](https://img.shields.io/crates/v/factrs.svg)](https://crates.io/crates/factrs)
55
[![doc](https://docs.rs/factrs/badge.svg)](https://docs.rs/factrs)
66
[![ci](https://github.com/rpl-cmu/factrs/actions/workflows/ci.yml/badge.svg)](https://github.com/rpl-cmu/factrs/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)