Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 9fb68d5

Browse files
author
Shady Khalifa
committed
update clang
1 parent 1ca908a commit 9fb68d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ homepage = "https://github.com/sunshine-protocol/dart-bindgen"
1212
license-file = "LICENSE"
1313

1414
[dependencies]
15-
clang = "0.23"
16-
thiserror = "1.0"
17-
log = "0.4"
15+
clang = "0.24.0"
16+
thiserror = "^1.0"
17+
log = "^0.4"
1818
# CLI Deps
19-
argh = { version = "0.1.3", optional = true }
20-
pretty_env_logger = { version = "0.4", optional = true }
21-
anyhow = { version = "1.0", optional = true }
19+
argh = { version = "^0.1", optional = true }
20+
pretty_env_logger = { version = "^0.4", optional = true }
21+
anyhow = { version = "^1.0", optional = true }
2222

2323
[dev-dependencies]
2424
simplelog = "0.8"

0 commit comments

Comments
 (0)