Skip to content

Commit

Permalink
fix rustix features and put utils in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed May 12, 2024
1 parent 4b1e728 commit 33cb0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["daemon"]
members = [".", "daemon", "utils"]
default-members = [".", "daemon"]

[package]
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license-file = "../LICENSE"

[dependencies]
rustix = { version = "0.38", default-features = false, features = [ "net", "shm", "mm", "param" ] }
rustix = { version = "0.38", default-features = false, features = [ "std", "net", "shm", "mm", "param" ] }

[build-dependencies]
pkg-config = "0.3"
Expand Down

0 comments on commit 33cb0e1

Please sign in to comment.