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]]
|
||||
name = "cap-primitives"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75550da036d03babecf02559c77c44793c2506c68a0bca0951ff913203ca7f6a"
|
||||
checksum = "03fe58c6f9c08944a174235bcf0a862110bc75e9fbdfc64c851181010ab55189"
|
||||
dependencies = [
|
||||
"errno",
|
||||
"fs-set-times",
|
||||
|
||||
@@ -192,11 +192,6 @@ mod wasi_tests {
|
||||
/// Ignore tests that aren't supported yet.
|
||||
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
|
||||
"interesting_paths",
|
||||
"path_rename_file_trailing_slashes",
|
||||
|
||||
Reference in New Issue
Block a user