Skip to content

Commit 324e00e

Browse files
Update nix requirement from 0.24.1 to 0.26.2
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md) - [Commits](nix-rust/nix@v0.24.1...v0.26.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f64757 commit 324e00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ failure = "0.1.8"
2121
serial = {version = "0.4.0"}
2222
rust-uart = { git = "ssh://git@github.com/Cube-OS/rust-uart"}
2323
# APP activate for nix only
24-
nix = { version = "0.24.1", optional = true}
24+
nix = { version = "0.26.2", optional = true}
2525
# Syslog
2626
syslog = { version = "^6.0.1"}
2727
# Database only activate for Database for now

0 commit comments

Comments
 (0)