summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-03-09 21:55:44 +0100
committerGitHub <noreply@github.com>2021-03-09 21:55:44 +0100
commit8d3baa7777b6bd2a2631e1b87a4676b520f2b447 (patch)
tree7499b71cab8f647db862da958300c51d88c94b47 /cli
parentff96c95bbb5979aa2cbdc9e3e8500c596636de05 (diff)
v1.8.1
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() {