From 7cbdc7a7cd07062f3b542d4ec2c3cc5b3a0b5043 Mon Sep 17 00:00:00 2001 From: Easton Potokar Date: Sat, 9 Nov 2024 16:27:11 -0500 Subject: [PATCH] Pin rust version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index abcba0d..0894ec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = ["Easton Potokar", "Taylor Pool"] repository = "https://github.com/rpl-cmu/factrs" keywords = ["nonlinear", "optimization", "robotics", "estimation", "SLAM"] categories = ["science::robotics", "mathematics"] +rust-version = "1.81" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "assets/katex-header.html"]