Skip to content

Commit 3d0e2d7

Browse files
authored
Merge pull request #2 from grmt/feature/disable-http-and-file-features
Disable file and http default features
2 parents d56eb61 + 7b62d66 commit 3d0e2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pg_test = []
1919
pgx = "0.4.0"
2020
pgx-macros = "0.4.0"
2121
serde_json = "1.0.79"
22-
jsonschema = "0.16.0"
22+
jsonschema = {version = "0.16.0", default-features = false, features = []}
2323
jtd = "0.3.1"
2424
avro-rs = "0.13.0"
2525

0 commit comments

Comments
 (0)