Skip to content

Bump rustwide to 0.7 #763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 20, 2020
Merged

Bump rustwide to 0.7 #763

merged 2 commits into from
May 20, 2020

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented May 20, 2020

This bumps rustwide to 0.7 and also runs cargo update so that the diff in #758 is easier to read. I can remove the first commit if asked.

Closes #650.

The first commit can be replicated by running the following commands from
master:

$ cargo update
$ cargo update --precise 0.5.1 -p iron:0.6.1
$ cargo update --precise 0.4.19 -p sass-sys

The second command removes iron 0.6 so we don't compile two versions of iron.
The third command is there because I originally got a compile error with
sass-sys 0.4.20:

ld.lld: error: undefined symbol: sass_delete_data_context
>>> referenced by context.rs:146 (/home/joshua/.local/lib/cargo/registry/src/github.com-1ecc6299db9ec823/sass-rs-0.2.2/src/bindings/context.rs:146)
>>>               sass_rs-ae2b73b5d49f58fc.sass_rs.8gyjzl6f-cgu.9.rcgu.o:(_$LT$sass_rs..bindings..context..Context$u20$as$u20$core..ops..drop..Drop$GT$::drop::hd6c0fcfb6b380bf1) in archive /home/joshua/.local/lib/cargo/target/debug/deps/libsass_rs-ae2b73b5d49f58fc.rlib
collect2: error: ld returned 1 exit status

Rather than trying to debug it, I just downgraded sass temporarily.

jyn514 added 2 commits May 20, 2020 09:20
This commit can be replicated by running the following commands from
master:

```
$ cargo update
$ cargo update --precise 0.5.1 -p iron:0.6.1
$ cargo update --precise 0.4.19 -p sass-sys
```

The second command removes iron 0.6 so we don't compile two versions of iron.
The third command is there because I originally got a compile error with
sass-sys 0.4.20:

    ld.lld: error: undefined symbol: sass_delete_data_context
    >>> referenced by context.rs:146 (/home/joshua/.local/lib/cargo/registry/src/github.com-1ecc6299db9ec823/sass-rs-0.2.2/src/bindings/context.rs:146)
    >>>               sass_rs-ae2b73b5d49f58fc.sass_rs.8gyjzl6f-cgu.9.rcgu.o:(_$LT$sass_rs..bindings..context..Context$u20$as$u20$core..ops..drop..Drop$GT$::drop::hd6c0fcfb6b380bf1) in archive /home/joshua/.local/lib/cargo/target/debug/deps/libsass_rs-ae2b73b5d49f58fc.rlib
    collect2: error: ld returned 1 exit status

Rather than trying to debug it, I just downgraded sass temporarily.
@jyn514
Copy link
Member Author

jyn514 commented May 20, 2020

r? @Nemo157

@jyn514
Copy link
Member Author

jyn514 commented May 20, 2020

List of changed dependencies (mangled by hand a bit to reflect cargo update --precise):

Changed dependencies
    Updating crates.io index
      Adding addr2line v0.12.1
    Updating arc-swap v0.4.5 -> v0.4.6
    Updating backtrace v0.3.46 -> v0.3.48
    Removing backtrace-sys v0.1.35
    Updating bstr v0.2.12 -> v0.2.13
    Updating bumpalo v3.2.1 -> v3.3.0
    Updating cc v1.0.50 -> v1.0.54
    Updating clap v2.33.0 -> v2.33.1
    Updating criterion v0.3.1 -> v0.3.2
    Updating criterion-plot v0.4.1 -> v0.4.2
    Updating derive_more v0.99.5 -> v0.99.7
    Updating encoding_rs v0.8.22 -> v0.8.23
    Updating failure v0.1.7 -> v0.1.8
    Updating failure_derive v0.1.7 -> v0.1.8
    Updating filetime v0.2.9 -> v0.2.10
    Updating fnv v1.0.6 -> v1.0.7
      Adding gimli v0.21.0
    Updating git2 v0.13.2 -> v0.13.6
    Updating hermit-abi v0.1.10 -> v0.1.13
    Updating itertools v0.8.2 -> v0.9.0
    Updating js-sys v0.3.37 -> v0.3.39
    Updating libc v0.2.68 -> v0.2.70
    Updating libgit2-sys v0.12.3+1.0.0 -> v0.12.6+1.0.0
    Updating mio v0.6.21 -> v0.6.22
    Updating mio-uds v0.6.7 -> v0.6.8
    Updating net2 v0.2.33 -> v0.2.34
    Updating num_cpus v1.12.0 -> v1.13.0
      Adding object v0.19.0
    Updating once_cell v1.3.1 -> v1.4.0
    Updating oorandom v11.1.0 -> v11.1.1
    Updating openssl-sys v0.9.55 -> v0.9.56
    Updating parking_lot_core v0.7.1 -> v0.7.2
    Updating plotters v0.2.12 -> v0.2.14
    Updating ppv-lite86 v0.2.6 -> v0.2.8
    Updating proc-macro2 v1.0.10 -> v1.0.13
    Updating quote v1.0.3 -> v1.0.6
    Updating regex v1.3.6 -> v1.3.7
    Updating rustwide v0.6.0 -> v0.7.0
    Updating ryu v1.0.3 -> v1.0.4
    Updating schannel v0.1.18 -> v0.1.19
    Updating security-framework v0.4.2 -> v0.4.4
    Updating security-framework-sys v0.4.2 -> v0.4.3
    Updating serde v1.0.106 -> v1.0.110
    Updating serde_derive v1.0.106 -> v1.0.110
    Updating serde_json v1.0.51 -> v1.0.53
    Updating siphasher v0.3.2 -> v0.3.3
    Updating smallvec v1.3.0 -> v1.4.0
    Updating structopt v0.3.13 -> v0.3.14
    Updating structopt-derive v0.4.6 -> v0.4.7
    Updating syn v1.0.17 -> v1.0.22
    Updating time v0.1.42 -> v0.1.43
    Updating tinytemplate v1.0.3 -> v1.0.4
    Updating typenum v1.11.2 -> v1.12.0
    Updating vec_map v0.8.1 -> v0.8.2
    Updating wasm-bindgen v0.2.60 -> v0.2.62
    Updating wasm-bindgen-backend v0.2.60 -> v0.2.62
    Updating wasm-bindgen-macro v0.2.60 -> v0.2.62
    Updating wasm-bindgen-macro-support v0.2.60 -> v0.2.62
    Updating wasm-bindgen-shared v0.2.60 -> v0.2.62
    Updating web-sys v0.3.37 -> v0.3.39
    Updating winapi-util v0.1.4 -> v0.1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs.rs should ignore .cargo/config
2 participants