Skip to content

Commit

Permalink
Merge pull request #4226 from ipfs/gx/badger-0.3.0
Browse files Browse the repository at this point in the history
Update badgerds to 0.3.0
  • Loading branch information
whyrusleeping authored Sep 14, 2017
2 parents 9565a60 + 1e5ed1e commit 4453b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@
},
{
"author": "magik6k",
"hash": "QmRh9Udeo8qCe4XKCSA2NUunTZbFvbc5d44E5wTZPFf3Fg",
"hash": "QmUPQpMxu9BFE2MhmBkiMUBn4VTSuAAZZkX9LT699tQeiw",
"name": "go-ds-badger",
"version": "0.2.1"
"version": "0.3.1"
}
],
"gxVersion": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion repo/fsrepo/datastores.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
mount "gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore/syncmount"

levelds "gx/ipfs/QmPdvXuXWAR6gtxxqZw42RtSADMwz4ijVmYHGS542b6cMz/go-ds-leveldb"
badgerds "gx/ipfs/QmRh9Udeo8qCe4XKCSA2NUunTZbFvbc5d44E5wTZPFf3Fg/go-ds-badger"
badgerds "gx/ipfs/QmUPQpMxu9BFE2MhmBkiMUBn4VTSuAAZZkX9LT699tQeiw/go-ds-badger"
ldbopts "gx/ipfs/QmbBhyDKsY4mbY6xsKt3qu9Y7FPvMJ6qbD8AMjYYvPRw1g/goleveldb/leveldb/opt"
)

Expand Down

0 comments on commit 4453b89

Please sign in to comment.