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 68bf415
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 68bf415

Please sign in to comment.