File: disable-js.diff

package info (click to toggle)
rust-tokio-postgres 0.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Index: tokio-postgres/Cargo.toml
===================================================================
--- tokio-postgres.orig/Cargo.toml
+++ tokio-postgres/Cargo.toml
@@ -149,4 +149,0 @@
-js = [
-    "postgres-protocol/js",
-    "postgres-types/js",
-]