Skip to content

Commit

Permalink
version bump ; no more LEB
Browse files Browse the repository at this point in the history
  • Loading branch information
devgru committed Aug 6, 2013
1 parent 7266381 commit 26b2a86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ userSpace.update { id: userId }, operations, ->
## TODO
- check if Buffer.concat is fast enough, if it is slow - replace with array of buffers, concat only before transport.request
- check argument type in operations
- implement LEB128 from scratch
- write about Tarantool keys and multi-object select
- write tests

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tarantool",
"version": "0.2.8",
"version": "0.2.9",
"description": "High-level Tarantool driver for node.js",
"files": ["lib"],
"main": "./lib",
Expand All @@ -15,7 +15,6 @@
},
"dependencies": {
"tarantool-transport": "0.2.x",
"leb": "*",
"bignum": "*",
"int53": "*"
},
Expand Down

0 comments on commit 26b2a86

Please sign in to comment.