Package: edu-sync / 0.3.0-1

Metadata

Package Version Patches format
edu-sync 0.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_portable atomic.patch | (download)

edu-sync-cli/Cargo.toml | 1 1 + 0 - 0 !
edu-sync-cli/src/sync.rs | 6 2 + 4 - 0 !
2 files changed, 3 insertions(+), 4 deletions(-)

 use portable-atomic for debian 32-bit arm support
1001_tokio.patch | (download)

edu-sync/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use needed tokio feature "io-util"
2001_privacy.patch | (download)

README.md | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 avoid privacy breach in documentation
2002_directories.patch | (download)

edu-sync/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept older branch of crate directories
2002_rand.patch | (download)

edu-ws/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept older branch of crate rand
2003_no_env filter.patch | (download)

edu-sync-cli/Cargo.toml | 2 1 + 1 - 0 !
edu-sync-cli/src/main.rs | 26 18 + 8 - 0 !
2 files changed, 19 insertions(+), 9 deletions(-)

 avoid not-in-debian tracing-subscriber feature "env-filter"