From aa5b24dff23b4fd3b48e6a3e4c59a504a380beda Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 13 Dec 2022 17:16:03 +0100 Subject: [PATCH] set version back to what's current, change URLs and add myself as author Author, for the lack of a 'maintainer' category or the likes. --- Cargo.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3a2887..f34e489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,17 @@ [package] name = "jwalk" -version = "0.6.1-alpha.0" -authors = ["Jesse Grosjean "] +version = "0.6.0" +authors = ["Jesse Grosjean ", "Sebastian Thiel "] description = "Filesystem walk performed in parallel with streamed and sorted results." documentation = "https://docs.rs/jwalk/" -homepage = "https://github.com/jessegrosjean/jwalk" -repository = "https://github.com/jessegrosjean/jwalk" +homepage = "https://github.com/byron/jwalk" +repository = "https://github.com/byron/jwalk" readme = "README.md" keywords = ["directory", "recursive", "walk", "iterator", "parallel"] categories = ["filesystem", "concurrency"] license = "MIT" edition = "2018" -[badges] -travis-ci = { repository = "jessegrosjean/jwalk" } - [dependencies] rayon = "1.5" crossbeam = "0.8"