| { | ||
| "git": { | ||
| "sha1": "9ac60c56b0e5dc1966fefeff41fd4f6aecf403f9" | ||
| "sha1": "06bb1bedc3471bd0405c2f2821cdbcad456a9f78" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -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", |
+1
-1
@@ -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" |
+13
-0
@@ -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