denzp / rustc-llvm-proxy

Proxy LLVM calls into Rust own shared library in runtime
MIT License
32 stars 13 forks source link

Update llvm-sys and cargo_metadata. #9

Closed definitelynobody closed 5 years ago

definitelynobody commented 5 years ago

rustc seems to be using llvm 8

rustc 1.35.0 (3c235d560 2019-05-20)
binary: rustc
commit-hash: 3c235d5600393dfe6c36eeed34042efad8d4f26e
commit-date: 2019-05-20
host: x86_64-unknown-linux-gnu
release: 1.35.0
LLVM version: 8.0

and i was getting build errors with cargo_metadata so I updated that too

error: proc-macro derive panicked
   --> /home/devel/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.6.0/src/lib.rs:224:35
    |
224 | #[derive(Clone, Debug, Serialize, Deserialize)]
    |                                   ^^^^^^^^^^^
    |
    = help: message: unknown serde container attribute `transparent`
denzp commented 5 years ago

Interesting, I wasn't able to reproduce the error locally with the latest nightly. But anyway, dependencies maintenance is usually helpful! Thank you, I've published v0.1.10