Skip to content

Commit b29c821

Browse files
committed
chore: Blind attempt to enable readline support.
1 parent 4368bbe commit b29c821

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/download.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ DEFINES="
2525
HAVE_INT16_T=1
2626
HAVE_INT32_T=1
2727
HAVE_INT8_T=1
28+
HAVE_READLINE=1
2829
HAVE_STDINT_H=1
2930
HAVE_UINT16_T=1
3031
HAVE_UINT32_T=1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocicorp/zero-sqlite3",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "better-sqlite3 on bedrock",
55
"homepage": "https://github.com/rocicorp/zero-sqlite3",
66
"author": "Rocicorp",

0 commit comments

Comments
 (0)