cap-primitives bump fixes windows bugs
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -284,9 +284,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cap-primitives"
|
name = "cap-primitives"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "75550da036d03babecf02559c77c44793c2506c68a0bca0951ff913203ca7f6a"
|
checksum = "03fe58c6f9c08944a174235bcf0a862110bc75e9fbdfc64c851181010ab55189"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"errno",
|
"errno",
|
||||||
"fs-set-times",
|
"fs-set-times",
|
||||||
|
|||||||
@@ -192,11 +192,6 @@ mod wasi_tests {
|
|||||||
/// Ignore tests that aren't supported yet.
|
/// Ignore tests that aren't supported yet.
|
||||||
fn cap_std_sync_ignore(name: &str) -> bool {
|
fn cap_std_sync_ignore(name: &str) -> bool {
|
||||||
[
|
[
|
||||||
// Panic: Metadata not associated with open file
|
|
||||||
// https://github.com/bytecodealliance/cap-std/issues/142
|
|
||||||
"fd_flags_set",
|
|
||||||
"path_filestat",
|
|
||||||
"symlink_filestat",
|
|
||||||
// Trailing slash related bugs
|
// Trailing slash related bugs
|
||||||
"interesting_paths",
|
"interesting_paths",
|
||||||
"path_rename_file_trailing_slashes",
|
"path_rename_file_trailing_slashes",
|
||||||
|
|||||||
Reference in New Issue
Block a user