File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,18 @@ description = "Rust interface to CasADi functions (for testing purposes only)"
77documentation = " https://docs.rs/icasadi"
88license = " MIT"
99readme = " README.md"
10- version = " 0.0.2 "
10+ version = " 0.0.3 "
1111edition = " 2018"
1212
13+ # NOTE: It is preferable to link to specific versions of the dependencies
14+ # in order to avoid breaking changes. All dependencies below are supposed to
15+ # be SemVer compatible, but it is better to be safe than sorry.
1316[dependencies ]
14- libc = { version = " 0.2.0 " , default-features = false }
17+ libc = { version = " 0.2.172 " , default-features = false }
1518
1619[build-dependencies ]
17- cc = " 1.0 "
18- bindgen = " 0.49.0 "
20+ cc = " 1.2.23 "
21+ bindgen = " 0.71.1 "
1922
2023[profile .dev ]
2124opt-level = 0
You can’t perform that action at this time.
0 commit comments