]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez
[rust.git] / src / librustc_driver / Cargo.toml
index 5b185f9a8b6b9bee7c67054866971f48afa93583..26f1741153c8c310747460bc14252e62de187e32 100644 (file)
@@ -31,7 +31,7 @@ rustc_codegen_utils = { path = "../librustc_codegen_utils" }
 rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_interface = { path = "../librustc_interface" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 
 [target.'cfg(windows)'.dependencies]