Skip to content

Commit

Permalink
fix: trigger dummy release
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent 11eb263 commit 7c5a7de
Showing 1 changed file with 1 addition and 1 deletion.
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"));

0 comments on commit 7c5a7de

Please sign in to comment.