Skip to content

Commit 55a9929

Browse files
authored
Merge pull request #76 from light-curve/copilot/sub-pr-70
2 parents e96d053 + a01b7ff commit 55a9929

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"

ceres-solver-sys/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-sys"
33
version = "0.5.0"
4-
edition = "2024"
4+
edition = "2021"
55
readme = "README.md"
66
description = "Unsafe 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)