X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibfmt_macros%2FCargo.toml;h=01608701a79dc2d2375ad56923569a9b30b42984;hb=80a65bcaf2f2b8a5c659b21b32b42bc300338a0e;hp=fff4ec716dfdad4e3453f7217bbbaf118fd4a4d0;hpb=23265741d33b9baff5ae0c50b328ccd54a3c1b47;p=rust.git diff --git a/src/libfmt_macros/Cargo.toml b/src/libfmt_macros/Cargo.toml index fff4ec716df..01608701a79 100644 --- a/src/libfmt_macros/Cargo.toml +++ b/src/libfmt_macros/Cargo.toml @@ -9,5 +9,5 @@ name = "fmt_macros" path = "lib.rs" [dependencies] -syntax_pos = { path = "../libsyntax_pos" } +rustc_span = { path = "../librustc_span" } rustc_lexer = { path = "../librustc_lexer" }