Skip to content

Commit

Permalink
Update vibe.d
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Apr 13, 2017
1 parent e2efe97 commit 86f3a01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ script:
matrix:
include:
- d: dmd
- d: dmd-2.073.2
- d: dmd-2.072.2
- d: dmd-2.071.2
- d: dmd-2.070.2
- d: ldc
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Atila Neves"
],
"dependencies": {
"vibe-d": "~>0.7.30",
"vibe-d": "~>0.8.0-beta.5",
"asdf": "~>0.1.1"
},
"description": "InfluxDB wrapper",
Expand Down
11 changes: 7 additions & 4 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"fileVersion": 1,
"versions": {
"asdf": "0.1.1",
"asdf": "0.1.3",
"diet-ng": "1.2.0",
"libasync": "0.7.9",
"eventcore": "0.8.10",
"libasync": "0.8.3",
"libevent": "2.0.2+2.0.16",
"memutils": "0.4.9",
"openssl": "1.1.5+1.0.1g",
"unit-threaded": "0.7.7",
"vibe-d": "0.7.30"
"taggedalgebraic": "0.10.5",
"unit-threaded": "0.7.14",
"vibe-core": "1.0.0-beta.5",
"vibe-d": "0.8.0-beta.5"
}
}

0 comments on commit 86f3a01

Please sign in to comment.