We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4472ef2 commit 3b9d086Copy full SHA for 3b9d086
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "camera-intrinsic-calibration"
3
-version = "0.4.2"
+version = "0.4.3"
4
edition = "2021"
5
authors = ["Powei Lin <poweilin1994@gmail.com>"]
6
readme = "README.md"
@@ -34,7 +34,7 @@ serde = { version = "1.0.215", features = ["derive"] }
34
serde_json = "1.0.133"
35
sqpnp_simple = "0.1.5"
36
time = "0.3.37"
37
-tiny-solver = "0.11.0"
+tiny-solver = "0.11.1"
38
39
[[bin]]
40
name = "ccrs"
0 commit comments