From 57927781ed7eb8bb088d656768dc295716407c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 12 May 2021 02:06:07 +0200 Subject: v1.10.0 --- cli/Cargo.toml | 2 +- cli/tests/integration_tests.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1d6c9fc56..38a84d8c5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.9.2" +version = "1.10.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 2ead500b6..fe40e243b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -5583,6 +5583,7 @@ console.log("finish"); assert_eq!(output.stdout, "Welcome to Deno!\n".as_bytes()); } + #[ignore] #[test] #[cfg(windows)] // https://github.com/denoland/deno/issues/9667 -- cgit v1.2.3