diff --git a/ritual/Cargo.toml b/ritual/Cargo.toml index 23a5e60..654e46e 100644 --- a/ritual/Cargo.toml +++ b/ritual/Cargo.toml @@ -15,7 +15,7 @@ ritual_common = { version = "0.4.0", path = "../ritual_common" } regex = "1.1.0" serde = { version = "1.0.84", features = ["rc"] } serde_derive = "1.0.84" -clang = "0.20.0" # C++ parsing +clang = "1.0" # C++ parsing select = "0.4.2" # html parsing tempdir = "0.3.7" # temporary directory creation derive_more = "0.13.0"