Re: How to update rust vendored crates contents?

2021-10-29 Thread Jan Rękorajski
On Fri, 29 Oct 2021, Elan Ruusamäe wrote: > On 29.10.2021 00:04, Jan Rękorajski wrote: > > > Does anyone know how to update vendored crates in a rust package? > > > > The problem is that only the latest and greates rust openssl crate > > supports openssl 3.0.0, but libetebase and sccache list an

Re: How to update rust vendored crates contents?

2021-10-29 Thread Elan Ruusamäe
On 29.10.2021 00:04, Jan Rękorajski wrote: Does anyone know how to update vendored crates in a rust package? The problem is that only the latest and greates rust openssl crate supports openssl 3.0.0, but libetebase and sccache list an old version. I tried to change the versions in Cargo.lock

How to update rust vendored crates contents?

2021-10-28 Thread Jan Rękorajski
Does anyone know how to update vendored crates in a rust package? The problem is that only the latest and greates rust openssl crate supports openssl 3.0.0, but libetebase and sccache list an old version. I tried to change the versions in Cargo.lock but it gets confused about checksums and