Skip to content

Commit

Permalink
Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schadek committed May 21, 2019
1 parent 767492c commit e65c1d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"copyright": "Copyright © 2017, Robert burner Schadek",
"license": "LGPL",
"dependencies" : {
"vibe-d:data": "*",
"stringbuffer": ">=1.0.0"
"vibe-d:data": ">=0.8.3",
"stringbuffer": ">=1.1.2"
}
}
3 changes: 2 additions & 1 deletion example/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"sourcePaths" : ["source", "../source"],
"importPaths" : ["source", "../source"],
"dependencies": {
"vibe-d": ">=0.8.0-beta.1"
"vibe-d": ">=0.8.3",
"stringbuffer": ">=1.1.2"
},
"versions": [
"VibeDefaultMain"
Expand Down
2 changes: 1 addition & 1 deletion example/source/app.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import vibe.d;

import fastjwt.jwt;
import fastjwt.stringbuf;
import stringbuffer;

string secret = "SuperStrongPassword";
JWTAlgorithm algo = JWTAlgorithm.HS512;
Expand Down

0 comments on commit e65c1d8

Please sign in to comment.