about summary refs log tree commit diff
path: root/src/librustc
diff options
context:
space:
mode:
authorAlbin Stjerna <albin.stjerna@gmail.com>2019-07-18 12:32:06 +0200
committerAlbin Stjerna <albin.stjerna@gmail.com>2019-09-04 09:44:40 +0200
commit2adb246b5c6bfcaae09971c9d54810cb7d58d43e (patch)
tree650e194d263fd7f6e77ded2d9e51913940a89fdd /src/librustc
parentb9de4ef89e0e53099a084001b26ec3207c5f8391 (diff)
downloadrust-2adb246b5c6bfcaae09971c9d54810cb7d58d43e.tar.gz
rust-2adb246b5c6bfcaae09971c9d54810cb7d58d43e.zip
NLL: New Polonius version
Diffstat (limited to 'src/librustc')
-rw-r--r--src/librustc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml
index 0222a3dde7a..a479fabafc0 100644
--- a/src/librustc/Cargo.toml
+++ b/src/librustc/Cargo.toml
@@ -21,7 +21,7 @@ scoped-tls = "1.0"
 log = { version = "0.4", features = ["release_max_level_info", "std"] }
 rustc-rayon = "0.2.0"
 rustc-rayon-core = "0.2.0"
-polonius-engine  = "0.9.0"
+polonius-engine  = "0.10.0"
 rustc_apfloat = { path = "../librustc_apfloat" }
 rustc_target = { path = "../librustc_target" }
 rustc_macros = { path = "../librustc_macros" }