Skip to content

Commit

Permalink
update Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxincheng committed Jan 15, 2019
1 parent 31b13dd commit 6993ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hunt-cache",
"dependencies": {
"hunt": "~>1.0.0-rc.2"
"hunt": "~>1.0.0"
},
"description": "D language universal object cache library. include memory、redis、memcached、rocksdb",
"copyright": "Copyright (C) 2015-2018, HuntLabs.cn",
Expand Down
2 changes: 1 addition & 1 deletion source/hunt/cache/memory.d
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import hunt.cache.cache;
import hunt.cache.store;
import hunt.cache.nullable;

import hunt.container.radix;
import hunt.collection.Radix;

import core.stdc.stdlib;
import core.stdc.string;
Expand Down
2 changes: 1 addition & 1 deletion source/hunt/cache/store.d
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module hunt.cache.store;

import hunt.util.serialize;
import hunt.util.Serialize;
import hunt.cache.nullable;
//only add header from Serialize for check meta info.
// meta
Expand Down

0 comments on commit 6993ada

Please sign in to comment.