summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/tests/integration_tests.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index cc42e2c0d..7538606e9 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.8.0"
+version = "1.8.1"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index a09b331d8..88527655c 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -5254,6 +5254,7 @@ console.log("finish");
}
#[test]
+ #[ignore]
#[cfg(windows)]
// https://github.com/denoland/deno/issues/9667
fn compile_windows_ext() {