stretch icon indicating copy to clipboard operation
stretch copied to clipboard

Please release a new version to crates.io

Open ivanceras opened this issue 5 years ago • 5 comments
trafficstars

The released version in crates.io is lagging behind the crate repo. I would like to use the derived implementation of Style such as PartialEq, Clone, Debug, etc. It is already implemented in the repo, but not released to crates.io

ivanceras avatar Jul 28 '20 23:07 ivanceras

Im facing a crash while using the library in an Android app that i have. Works fine if i just use it once for a single layout, crashes if i make multiple. Looks like a GC issue, which im hoping is resolved by https://github.com/vislyhq/stretch/pull/67 but im unable to test it cause theres no release post 0.3.2

shannon-rodricks avatar Aug 13 '20 10:08 shannon-rodricks

im unable to test it cause theres no release post 0.3.2

I too would like to see a new release. =)

But in the meanwhile, in case you weren't already aware, you can build unpublished crates pulled directly from GH by adding something like this to your Cargo.toml

[patch.crates-io]
stretch = { git = "https://github.com/vislyhq/stretch" }

michaelkirk avatar Jan 01 '21 00:01 michaelkirk

hey @michaelkirk, thanks! moved on from this library though, since it was for a work project and some level of robustness was required.

shannon-rodricks avatar Jan 14 '21 17:01 shannon-rodricks

What do you use now?

Robert-M-Muench avatar Jan 30 '21 19:01 Robert-M-Muench

FYI, I have cloned this repo and release a new crate named expanse

ivanceras avatar Apr 14 '21 23:04 ivanceras