Commit graph

20 commits

Author SHA1 Message Date
Harald Hoyer 6ac99408c2
(cargo-release) start next development iteration 0.3.1-alpha.0 2020-10-12 10:55:30 +02:00
Harald Hoyer 68ca3cd6fc
(cargo-release) version 0.3.0 2020-10-12 10:54:58 +02:00
Harald Hoyer f79482bb9a Update crossbeam-queue requirement from 0.2 to 0.3 2020-10-12 10:51:34 +02:00
Harald Hoyer 8d046cb502 CI: use --all-features 2020-10-12 09:41:05 +02:00
Harald Hoyer edb93314e3 coverage: only run on branch master 2020-10-12 09:37:04 +02:00
Harald Hoyer 7a23122e4b
Merge pull request #6 from haraldh/dependabot/add-v2-config-file
Create Dependabot config file
2020-09-02 21:37:25 +02:00
dependabot-preview[bot] 62e76f1774
Create Dependabot config file 2020-09-02 19:31:46 +00:00
Harald Hoyer 5dc28b5be5 (cargo-release) start next development iteration 0.2.2-alpha.0 2020-07-20 13:55:20 +02:00
Harald Hoyer f4d6f248a8 (cargo-release) version 0.2.1 2020-07-20 13:55:06 +02:00
Harald Hoyer 3940c8807a README.md: add ChangeLog 2020-07-20 13:54:43 +02:00
Harald Hoyer e6658a864e (cargo-release) version 0.2.0 2020-07-20 13:52:58 +02:00
Harald Hoyer e52693af8d
Merge pull request #5 from haraldh/lockless
Change lib to handle lockless collections
2020-07-20 13:49:37 +02:00
Harald Hoyer e157e17d7a Change lib to handle lockless collections
crossbeam_queue::SegQueue does not need a guarding RwLock.

Fixes: https://github.com/haraldh/dynqueue/issues/4
2020-07-20 13:46:14 +02:00
Atul Bhosale 73a68a8cd3 Add cargo fmt to github actions 2020-06-25 00:23:24 +02:00
Harald Hoyer 8a147b3ecb (cargo-release) start next development iteration 0.1.4-alpha.0 2020-06-22 12:08:31 +02:00
Harald Hoyer 84d72fc0f8 impl<T> Queue<T> for crossbeam_queue::SegQueue<T>
Resolves: https://github.com/haraldh/dynqueue/issues/2
2020-06-22 12:03:55 +02:00
Harald Hoyer 00d6c86637
Update README.md 2020-06-03 14:11:36 +02:00
Harald Hoyer aa9690050a add code coverage via cargo tarpaulin and coveralls 2020-06-03 14:01:07 +02:00
Harald Hoyer b2653794a0 add coverage workflow 2020-06-03 13:23:49 +02:00
Harald Hoyer 85acc0c4af initial commit 2020-05-26 00:32:03 +02:00