From 3af5ede13a6b44ce5d1e7f0eb90836a692e711ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 6 Jul 2021 14:58:00 +0200 Subject: [PATCH] fix: dummy changes --- hts-sys/src/lib.rs | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hts-sys/src/lib.rs b/hts-sys/src/lib.rs index 16f9c0367..da1a810c2 100644 --- a/hts-sys/src/lib.rs +++ b/hts-sys/src/lib.rs @@ -15,5 +15,5 @@ extern crate libz_sys; #[cfg(feature = "lzma")] extern crate lzma_sys; -// Include on-the-fly generated bindings. +// include on-the-fly generated bindings include!(concat!(env!("OUT_DIR"), "/bindings.rs")); diff --git a/src/lib.rs b/src/lib.rs index 788abef4c..e68f7305a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2014 Christopher Schröder, Johannes Köster. +// Copyright 2014-2021 Johannes Köster. // Licensed under the MIT license (http://opensource.org/licenses/MIT) // This file may not be copied, modified, or distributed // except according to those terms.