Package: rust-subversion-sys / 0.0.8-3

Metadata

Package Version Patches format
rust-subversion-sys 0.0.8-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
apr 0.3 compatibility.patch | (download)

Cargo.toml | 5 4 + 1 - 0 !
build.rs | 38 19 + 19 - 0 !
2 files changed, 23 insertions(+), 20 deletions(-)

 update for compatibility with apr 0.3+
 Relax apr dependency version constraint to allow 0.3.x versions
 Also, add apr-sys dependency and update imports to use apr_sys:: instead of apr::
 for types that are no longer re-exported at the top level in newer apr versions.