[PR #53] [MERGED] Fix dust for single core machines #274

Closed
opened 2026-06-08 11:26:40 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/53
Author: @bootandy
Created: 1/19/2020
Status: Merged
Merged: 1/19/2020
Merged by: @bootandy

Base: masterHead: single_cpu


📝 Commits (2)

  • 350d695 Add num_cpus as Cargo dependency
  • 3d2477e Allow dust to run on single core machines

📊 Changes

3 files changed (+54 additions, -40 deletions)

View changed files

📝 Cargo.lock (+41 -39)
📝 Cargo.toml (+1 -0)
📝 src/main.rs (+12 -1)

📄 Description

Hacky fix for https://github.com/bootandy/dust/issues/52


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/53 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/19/2020 **Status:** ✅ Merged **Merged:** 1/19/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `single_cpu` --- ### 📝 Commits (2) - [`350d695`](https://github.com/bootandy/dust/commit/350d695f7c249005935c4006a1ecdcf3f50b2818) Add num_cpus as Cargo dependency - [`3d2477e`](https://github.com/bootandy/dust/commit/3d2477e5544262c314be3479c749462ba048d0a1) Allow dust to run on single core machines ### 📊 Changes **3 files changed** (+54 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+41 -39) 📝 `Cargo.toml` (+1 -0) 📝 `src/main.rs` (+12 -1) </details> ### 📄 Description Hacky fix for https://github.com/bootandy/dust/issues/52 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:40 +03:00
zhus closed this issue 2026-06-08 11:26:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#274