Skip to content

Commit 2a3e5cd

Browse files
authored
chore: update to rustix 1.0
1 parent 1a0bb31 commit 2a3e5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wayland-client = "0.31.1"
1515
wayland-backend = "0.3.0"
1616
calloop = "0.14.0"
1717
log = { version = "0.4.19", optional = true }
18-
rustix = { version = "0.38.4", default-features = false, features = ["std"] }
18+
rustix = { version = "1.0.7", default-features = false, features = ["std"] }
1919

2020
[dev-dependencies]
2121
tempfile = "3.8.0"

0 commit comments

Comments
 (0)