Skip to content

Commit a783fc3

Browse files
committed
update xc3_model, improve finding skeleton file
1 parent 6f413da commit a783fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xc3_model_py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
readme = "../README.md"
77

88
[dependencies]
9-
xc3_model = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "418ff9a" }
10-
xc3_lib = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "418ff9a" }
9+
xc3_model = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "0fecccd" }
10+
xc3_lib = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "0fecccd" }
1111
xc3_model_py_derive = { path = "../xc3_model_py_derive" }
1212
image_dds = "0.6.1"
1313
pyo3 = { version = "0.23.3", features = ["extension-module", "indexmap", "py-clone"] }

0 commit comments

Comments
 (0)