Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

nix

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nix - cargo Package Compare versions

Comparing version
0.31.0
to
0.31.1
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "9ac60c56b0e5dc1966fefeff41fd4f6aecf403f9"
"sha1": "06bb1bedc3471bd0405c2f2821cdbcad456a9f78"
},
"path_in_vcs": ""
}

@@ -118,3 +118,3 @@ # This file is automatically @generated by Cargo.

name = "nix"
version = "0.31.0"
version = "0.31.1"
dependencies = [

@@ -121,0 +121,0 @@ "assert-impl",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "nix"
version = "0.31.0"
version = "0.31.1"
authors = ["The nix-rust Project Developers"]

@@ -19,0 +19,0 @@ build = "build.rs"

@@ -481,2 +481,10 @@ //! An interface for controlling asynchronous communication ports

IXOFF;
#[cfg(any(linux_android,
target_os = "aix",
target_os = "cygwin",
target_os = "haiku",
target_os = "hurd",
target_os = "nto",
solarish))]
IUCLC;
#[cfg(not(target_os = "redox"))]

@@ -701,2 +709,7 @@ IXANY;

NOFLSH;
#[cfg(any(linux_android,
target_os = "aix",
target_os = "haiku",
target_os = "nto"))]
XCASE;
}

@@ -703,0 +716,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display