Skip to content

v0.11.1

Compare
Choose a tag to compare
@jeremyandrews jeremyandrews released this 16 May 05:40
· 684 commits to main since this release
6ee16c8

0.11.1 May 16, 2021

  • update rand dependency to 0.8 branch, update gen_range method call
  • update dependencies: itertools to 0.10, simplelog to 0.10, url to 2
  • update nng dependency for optional gaggle feature
  • simplify examples/umami regex when parsing form
  • allow configuration of algorithm for allocating GooseTasks the same as GooseTaskSets; GooseTaskSetScheduler becomes more generically GooseScheduler
  • specify (and detect) minimum rustc requirement of 1.49.0, due to flume dependency which in turn depends on spinning_top which uses hint::spin_loop which stabilized in rustc version 1.49.0
  • standardize links in documentation; general documentation cleanups