Skip to content

Commit 168068f

Browse files
committed
bump versions
1 parent 54a35b8 commit 168068f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

test/icasadi_test/Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ description = "Rust interface to CasADi functions (for testing purposes only)"
77
documentation = "https://docs.rs/icasadi"
88
license = "MIT"
99
readme = "README.md"
10-
version = "0.0.2"
10+
version = "0.0.3"
1111
edition = "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]
2124
opt-level = 0

0 commit comments

Comments
 (0)