Skip to content

Commit

Permalink
feat(types): add 'js' feature for wasm
Browse files Browse the repository at this point in the history
Enables the "js" feature of postgres-protocol.
  • Loading branch information
duarten committed Mar 11, 2024
1 parent 270a29b commit 6aaf77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ categories = ["database"]
[features]
derive = ["postgres-derive"]
array-impls = ["array-init"]
js = ["postgres-protocol/js"]
with-bit-vec-0_6 = ["bit-vec-06"]
with-cidr-0_2 = ["cidr-02"]
with-chrono-0_4 = ["chrono-04"]
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]
with-uuid-1 = ["postgres-types/with-uuid-1"]
with-time-0_2 = ["postgres-types/with-time-0_2"]
with-time-0_3 = ["postgres-types/with-time-0_3"]
js = ["postgres-protocol/js"]
js = ["postgres-protocol/js", "postgres-types/js"]

[dependencies]
async-trait = "0.1"
Expand Down

0 comments on commit 6aaf77a

Please sign in to comment.