Skip to content

Commit

Permalink
fix: dummy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent 2af0b0f commit 3af5ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hts-sys/src/lib.rs
Expand Up @@ -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"));
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 3af5ede

Please sign in to comment.