Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and keroxp committed Dec 6, 2019
1 parent 380ce96 commit 693bfaf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.25.0
v0.26.0
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ There are still unimplmeneted API
- Server: [#35](https://github.com/keroxp/deno-redis/issues/35)
- Stream: [#36](https://github.com/keroxp/deno-redis/issues/36)
- Cluster: [#37](https://github.com/keroxp/deno-redis/issues/37)

4 changes: 2 additions & 2 deletions modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.25.0",
"version": "@v0.26.0",
"modules": [
"/util/async.ts",
"/testing/mod.ts",
Expand All @@ -9,4 +9,4 @@
"/fmt/colors.ts"
]
}
}
}
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.25.0",
"version": "@v0.26.0",
"modules": [
"/util/async.ts",
"/testing/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.25.0/fmt/colors.ts";
export * from "https://deno.land/std@v0.26.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/bufio.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.25.0/io/bufio.ts";
export * from "https://deno.land/std@v0.26.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.25.0/testing/asserts.ts";
export * from "https://deno.land/std@v0.26.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.25.0/testing/mod.ts";
export * from "https://deno.land/std@v0.26.0/testing/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/util/async.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.25.0/util/async.ts";
export * from "https://deno.land/std@v0.26.0/util/async.ts";

0 comments on commit 693bfaf

Please sign in to comment.