From 2b367a30df6e155621c116c41cc262dd96ad1a33 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 Sep 2020 04:37:31 +0200 Subject: Use quilt to manage modifications in src/ffi.rs Previously, we manually modified the src/ffi.rs file to add deprecation attributes. With this patch, we use quilt to automatically apply patches with the changes. --- patches/series | 1 + 1 file changed, 1 insertion(+) create mode 100644 patches/series (limited to 'patches/series') diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..82bbc83 --- /dev/null +++ b/patches/series @@ -0,0 +1 @@ +deprecated.diff -- cgit v1.2.1