Skip to content

Commit 693bfaf

Browse files
github-actions[bot]keroxp
authored andcommitted
bump: deno@v0.26.0 (#38)
1 parent 380ce96 commit 693bfaf

9 files changed

Lines changed: 9 additions & 10 deletions

File tree

β€Ž.denovβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.25.0
1+
v0.26.0

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@ There are still unimplmeneted API
8484
- Server: [#35](https://github.com/keroxp/deno-redis/issues/35)
8585
- Stream: [#36](https://github.com/keroxp/deno-redis/issues/36)
8686
- Cluster: [#37](https://github.com/keroxp/deno-redis/issues/37)
87-

β€Žmodules-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.25.0",
3+
"version": "@v0.26.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",
@@ -9,4 +9,4 @@
99
"/fmt/colors.ts"
1010
]
1111
}
12-
}
12+
}

β€Žmodules.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.25.0",
3+
"version": "@v0.26.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.25.0/fmt/colors.ts";
1+
export * from "https://deno.land/std@v0.26.0/fmt/colors.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.25.0/io/bufio.ts";
1+
export * from "https://deno.land/std@v0.26.0/io/bufio.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.25.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@v0.26.0/testing/asserts.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.25.0/testing/mod.ts";
1+
export * from "https://deno.land/std@v0.26.0/testing/mod.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.25.0/util/async.ts";
1+
export * from "https://deno.land/std@v0.26.0/util/async.ts";

0 commit comments

Comments
Β (0)