Skip to content

Commit

Permalink
Increase type length limit
Browse files Browse the repository at this point in the history
Fixes: #59 (again)
  • Loading branch information
fabianfreyer committed Sep 28, 2019
1 parent 6303b25 commit 7350285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -3,7 +3,7 @@
//! 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"]
#![type_length_limit = "314507289"]

extern crate byteorder;

Expand Down

0 comments on commit 7350285

Please sign in to comment.