Skip to content

Commit

Permalink
The cshim feature should not be a default in pgx-pg-sys. (#990)
Browse files Browse the repository at this point in the history
Users don't use the pgx-pg-sys crate as a direct dependency, and `pgx` itself has `cshim` as its default.  This makes it easy for users to expose their own feature to toggle the cshim without pgx needing knowledge of pgx-pg-sys' default feature set.
  • Loading branch information
eeeebbbbrrrr authored Jan 3, 2023
1 parent 75f152b commit 23b84a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
edition = "2021"

[features]
default = [ "cshim" ]
default = [ ]
pg11 = [ ]
pg12 = [ ]
pg13 = [ ]
Expand Down

0 comments on commit 23b84a0

Please sign in to comment.