diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-12 02:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 02:06:07 +0200 |
commit | 57927781ed7eb8bb088d656768dc295716407c7a (patch) | |
tree | 015c708e1c2ad77796a6508998bd440135143135 /cli | |
parent | de706961dc4c3eca0cb27155089642336348c910 (diff) |
v1.10.0
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
2 files changed, 2 insertions, 1 deletions
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 |