diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-27 13:32:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-27 13:32:29 +0100 |
| commit | a20c2fdd4784992d7ce23d7d78df6a1b4143941b (patch) | |
| tree | 99c0dc43a3a8174143c97d0ca51da1cac636f9da /src/libsyntax | |
| parent | c0c7d59c2b399bad202aba3fe63146ba1cd1595a (diff) | |
| parent | 56fb2873fe284ef470c468f2370418aa8bebc41a (diff) | |
| download | rust-a20c2fdd4784992d7ce23d7d78df6a1b4143941b.tar.gz rust-a20c2fdd4784992d7ce23d7d78df6a1b4143941b.zip | |
Rollup merge of #58748 - hellow554:scoped_tls, r=estebank
update scoped_tls to 1.0 scoped_tls has been updated to version 1.0 This PR will hopefully merge flawlessly :) This fixes, among others, https://github.com/alexcrichton/scoped-tls/issues/9 Note, that the nightly feature has been removed in https://github.com/alexcrichton/scoped-tls/commit/64bd7b84a1765fb72a32caed3c17c970bdc6ad57
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml index 4a0bb0302ff..71c2ab82f65 100644 --- a/src/libsyntax/Cargo.toml +++ b/src/libsyntax/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["dylib"] bitflags = "1.0" serialize = { path = "../libserialize" } log = "0.4" -scoped-tls = "0.1" +scoped-tls = "1.0" syntax_pos = { path = "../libsyntax_pos" } errors = { path = "../librustc_errors", package = "rustc_errors" } rustc_data_structures = { path = "../librustc_data_structures" } |
