022ead54fd
Upstream commit: 79cb6d9057642be31623677458a93aa88145864f Version: 0.8.1 This local fork exists so that [patch.crates-io] and [workspace.dependencies] in local/sources/base/Cargo.toml can both reference a single local path, eliminating the dual-source version conflict where git+crates.io sources of the same version (0.8.1) created incompatible types in the dependency graph. The previous approach used git URLs for both the workspace dependency and the patch, which caused Cargo to resolve two separate checkouts of 0.8.1 (one from the git URL, one from crates.io patch), resulting in 'there are multiple different versions of crate syscall in the dependency graph' compilation errors in scheme-utils and daemon crates.
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
Copyright (c) 2017 Redox OS Developers
|
|
|
|
MIT License
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
a copy of this software and associated documentation files (the
|
|
"Software"), to deal in the Software without restriction, including
|
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
permit persons to whom the Software is furnished to do so, subject to
|
|
the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be
|
|
included in all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|