Skip to content

Commit 61ea824

Browse files
committed
update
1 parent b15b88e commit 61ea824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "camera-intrinsic-calibration"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
authors = ["Powei Lin <poweilin1994@gmail.com>"]
66
readme = "README.md"
@@ -22,12 +22,12 @@ exclude = [
2222

2323
[dependencies]
2424
aprilgrid = "0.6.0"
25-
camera-intrinsic-model = "0.4.0"
26-
clap = { version = "4.5.35", features = ["derive"] }
25+
camera-intrinsic-model = "0.5.0"
26+
clap = { version = "4.5", features = ["derive"] }
2727
colorous = "1.0.16"
2828
env_logger = "0.11.8"
2929
faer = "0.21.9"
30-
glam = "0.30.1"
30+
glam = "0.30"
3131
glob = "0.3.2"
3232
image = "0.25.6"
3333
indicatif = { version = "0.17.11", features = ["rayon"] }

0 commit comments

Comments
 (0)