Package: rust-shadow-rs / 1.3.0-1

Metadata

Package Version Patches format
rust-shadow-rs 1.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax deps.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
disable tzdb.patch | (download)

Cargo.toml | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable unavailable dep and feature tzdb
skip tests.diff | (download)

src/date_time.rs | 1 1 + 0 - 0 !
src/git.rs | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+)

---
fix serde_json feature.diff | (download)

Cargo.toml | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
tests tempfile.patch | (download)

Cargo.toml | 4 4 + 0 - 0 !
src/shadow.rs | 18 11 + 7 - 0 !
2 files changed, 15 insertions(+), 7 deletions(-)

 make tests use temp dir due to permission problems
 Was going to use fs_extra::dir::copy but it somehow complains
 io::ErrorKind::NotFound.
fix feature gates.patch | (download)

Cargo.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---