about summary refs log tree commit diff
path: root/src/librustc_errors/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_errors/Cargo.toml')
-rw-r--r--src/librustc_errors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/Cargo.toml b/src/librustc_errors/Cargo.toml
index 8a21150570a..0d0989677c5 100644
--- a/src/librustc_errors/Cargo.toml
+++ b/src/librustc_errors/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
 [dependencies]
 log = "0.4"
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 unicode-width = "0.1.4"
 atty = "0.2"