Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
400 stars 47 forks source link

Update memoffset version. #78

Closed dancerj closed 1 year ago

dancerj commented 1 year ago

Seems like newer version works just fine.

memoffset 0.8 is in Debian archive and I prefer if we can use that version instead of old version.

dancerj commented 1 year ago

hmm maybe ranged dependency is better?

(I can't quite find what is breaking change in memoffset)

Amanieu commented 1 year ago

Some of our dependencies don't support Rust 1.39 anymore. I think that's fine since it's such an ancient version. You can update the MSRV in .github/workflows/ci.yml to a more recent version (e.g. 1.56).

dancerj commented 1 year ago

1.56.1 looked like a reasonable and old version to me, how about this.