Skip to content

Commit 3b9d086

Browse files
committed
update tiny-solver
1 parent 4472ef2 commit 3b9d086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "camera-intrinsic-calibration"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Powei Lin <poweilin1994@gmail.com>"]
66
readme = "README.md"
@@ -34,7 +34,7 @@ serde = { version = "1.0.215", features = ["derive"] }
3434
serde_json = "1.0.133"
3535
sqpnp_simple = "0.1.5"
3636
time = "0.3.37"
37-
tiny-solver = "0.11.0"
37+
tiny-solver = "0.11.1"
3838

3939
[[bin]]
4040
name = "ccrs"

0 commit comments

Comments
 (0)