Skip to content

Commit 5d157a1

Browse files
Copilothombit
andcommitted
Change to edition 2021 for all crates, keep MSRV 1.87
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
1 parent e47ca9d commit 5d157a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ceres-solver"
33
version = "0.5.0"
4-
edition = "2024"
4+
edition = "2021"
55
readme = "README.md"
66
description = "Safe Rust bindings for the Ceres Solver"
77
repository = "https://github.com/light-curve/ceres-solver-rs"

src/solver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use crate::error::SolverOptionsBuildingError;
44
use crate::residual_block::ResidualBlockId;
55

6-
use ceres_solver_sys::cxx::{UniquePtr, let_cxx_string};
6+
use ceres_solver_sys::cxx::{let_cxx_string, UniquePtr};
77
use ceres_solver_sys::ffi;
88
pub use ceres_solver_sys::ffi::{
99
DenseLinearAlgebraLibraryType, DoglegType, DumpFormatType, LineSearchDirectionType,

0 commit comments

Comments
 (0)