Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
upgrade to vibe-d v0.8.0 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Feb 6, 2017
1 parent 02fecd2 commit 91ef383
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"license": "zlib",
"dependencies": {
"shaker": "~>0.0.7",
"vibe-d": "~>0.7.29",
"vibe-d:core": "~>0.8.0-beta.2",
"vibe-d:http": "~>0.8.0-beta.2",
"dcad": "~>0.0.8"
},
"configurations": [
Expand Down
2 changes: 1 addition & 1 deletion src/dscord/bot/plugin.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import std.path,
std.variant;

import std.experimental.logger,
vibe.d : runTask;
vibe.core.core : runTask;

import dscord.bot,
dscord.types,
Expand Down
2 changes: 1 addition & 1 deletion src/dscord/state.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import std.functional,
std.algorithm.iteration,
std.experimental.logger;

import vibe.core.core : createManualEvent, ManualEvent;
import vibe.core.sync : createManualEvent, ManualEvent;
import std.algorithm.searching : canFind, countUntil;
import std.algorithm.mutation : remove;

Expand Down

0 comments on commit 91ef383

Please sign in to comment.