Skip to content

Commit

Permalink
bugfix: increase the type length limit
Browse files Browse the repository at this point in the history
Fixes a build failure on rust >= 1.35.0.

See also rust-lang/rust#58952
Fixes #59
  • Loading branch information
fabianfreyer committed May 26, 2019
1 parent 9894e43 commit 47fba83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -3,6 +3,8 @@
//! it aims to provide the features exposed by the FreeBSD Jail Library
//! [jail(3)](https://www.freebsd.org/cgi/man.cgi?query=jail&sektion=3&manpath=FreeBSD+11.1-stable)

#![type_length_limit="17825821"]

extern crate byteorder;

#[macro_use]
Expand Down

0 comments on commit 47fba83

Please sign in to comment.